#BFD0FD

Color #BFD0FD Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BFD0FD

Tints of Periwinkle #BFD0FD

Color information

#BFD0FD (or 0xBFD0FD) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and FD. RGB value is (191,208,253). Sum of RGB (Red+Green+Blue) = 191+208+253=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0FD is #402F02. Grayscale: #CFCFCF. Windows color (decimal): -4206339 or 16634047. OLE color: 16634047.

HSL color Cylindrical-coordinate representation of color #BFD0FD: hue angle of 223.55º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD0FD is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191208253-
CMYK0.250.1800.01
HSL223.55º93.94%87.06%-
HSV(B)223.55º24.51%99.22%-
XYZ61.7763.28101.89-
YUV208.05153.37115.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 29.29%
GREEN value IS 208 (81.64% from 255) = 31.90%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=29.29%
G=31.90%
B=38.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912082530.250.1800.01223.5593.9487.06
HexBFD0FD191201e05e57
Octal277320375312201340136127
Binary1011111111010000111111011100110010011110000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0FD; }

 p { color: rgb(191,208,253); }

 H1.HeaderClassName
 {
   color: #BFD0FD;
 }
 .AnyTagClassName
 {
   color: #BFD0FD;
 }
</style>
background-color css

<style>
 a { background-color: #BFD0FD; }

 a { background-color: rgb(191,208,253); }

 div.DivClassName
 {
   background-color: #BFD0FD;
 }
 .BgClassName
 {
   background-color: #BFD0FD;
 }
</style>
border-color css

<style>
 span { border-color: #BFD0FD; }

 span { border-color: rgb(191,208,253); }

 td.TdClassName
 {
   border-color: #BFD0FD;
 }
 .TagClassName
 {
   border-color: #BFD0FD;
 }
</style>