#BDC4DF

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

Shades of Periwinkle #BDC4DF

Tints of Periwinkle #BDC4DF

Color information

#BDC4DF (or 0xBDC4DF) is unknown color: approx Periwinkle. HEX triplet: BD, C4 and DF. RGB value is (189,196,223). Sum of RGB (Red+Green+Blue) = 189+196+223=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4DF is #423B20. Grayscale: #C4C4C4. Windows color (decimal): -4340513 or 14664893. OLE color: 14664893.

HSL color Cylindrical-coordinate representation of color #BDC4DF: hue angle of 227.65º 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 #BDC4DF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189196223-
CMYK0.150.1200.13
HSL227.65º34.69%80.78%-
HSV(B)227.65º15.25%87.45%-
XYZ54.0555.6377.7-
YUV196.98142.68122.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 196 (76.95% from 255) = 32.24%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=31.09%
G=32.24%
B=36.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891962230.150.1200.13227.6534.6980.78
HexBDC4DFFC0De42351
Octal275304337171401534443121
Binary1011110111000100110111111111110001101111001001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4DF; }

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

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

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

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

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

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

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

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