#BDC8DF

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

Shades of Periwinkle #BDC8DF

Tints of Periwinkle #BDC8DF

Color information

#BDC8DF (or 0xBDC8DF) is unknown color: approx Periwinkle. HEX triplet: BD, C8 and DF. RGB value is (189,200,223). Sum of RGB (Red+Green+Blue) = 189+200+223=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8DF is #423720. Grayscale: #C7C7C7. Windows color (decimal): -4339489 or 14665917. OLE color: 14665917.

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

Color convert

RGB189200223-
CMYK0.150.1000.13
HSL220.59º34.69%80.78%-
HSV(B)220.59º15.25%87.45%-
XYZ54.9657.4678.01-
YUV199.33141.36120.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 200 (78.52% from 255) = 32.68%
BLUE value IS 223 (87.5% from 255) = 36.44%
R=30.88%
G=32.68%
B=36.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892002230.150.1000.13220.5934.6980.78
HexBDC8DFFA0Ddd2351
Octal275310337171201533543121
Binary1011110111001000110111111111101001101110111011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8DF; }

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

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

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

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

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

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

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

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