#BDCBF2

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

Shades of Periwinkle #BDCBF2

Tints of Periwinkle #BDCBF2

Color information

#BDCBF2 (or 0xBDCBF2) is unknown color: approx Periwinkle. HEX triplet: BD, CB and F2. RGB value is (189,203,242). Sum of RGB (Red+Green+Blue) = 189+203+242=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBF2 is #42340D. Grayscale: #CBCBCB. Windows color (decimal): -4338702 or 15911869. OLE color: 15911869.

HSL color Cylindrical-coordinate representation of color #BDCBF2: hue angle of 224.15º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDCBF2 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189203242-
CMYK0.220.1600.05
HSL224.15º67.09%84.51%-
HSV(B)224.15º21.9%94.9%-
XYZ58.3759.9492.5-
YUV203.26149.86117.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 242 (94.92% from 255) = 38.17%
R=29.81%
G=32.02%
B=38.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892032420.220.1600.05224.1567.0984.51
HexBDCBF2161005e04355
Octal275313362262005340103125
Binary101111011100101111110010101101000001011110000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBF2; }

 p { color: rgb(189,203,242); }

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

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

 a { background-color: rgb(189,203,242); }

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

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

 span { border-color: rgb(189,203,242); }

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