#BDC2DF

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

Shades of Periwinkle #BDC2DF

Tints of Periwinkle #BDC2DF

Color information

#BDC2DF (or 0xBDC2DF) is unknown color: approx Periwinkle. HEX triplet: BD, C2 and DF. RGB value is (189,194,223). Sum of RGB (Red+Green+Blue) = 189+194+223=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2DF is #423D20. Grayscale: #C3C3C3. Windows color (decimal): -4341025 or 14664381. OLE color: 14664381.

HSL color Cylindrical-coordinate representation of color #BDC2DF: hue angle of 231.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC2DF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189194223-
CMYK0.150.1300.13
HSL231.18º34.69%80.78%-
HSV(B)231.18º15.25%87.45%-
XYZ53.654.7377.55-
YUV195.81143.34123.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 194 (76.17% from 255) = 32.01%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=31.19%
G=32.01%
B=36.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891942230.150.1300.13231.1834.6980.78
HexBDC2DFFD0De72351
Octal275302337171501534743121
Binary1011110111000010110111111111110101101111001111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2DF; }

 p { color: rgb(189,194,223); }

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

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

 a { background-color: rgb(189,194,223); }

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

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

 span { border-color: rgb(189,194,223); }

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