#BDC3DF

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

Shades of Periwinkle #BDC3DF

Tints of Periwinkle #BDC3DF

Color information

#BDC3DF (or 0xBDC3DF) is unknown color: approx Periwinkle. HEX triplet: BD, C3 and DF. RGB value is (189,195,223). Sum of RGB (Red+Green+Blue) = 189+195+223=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3DF is #423C20. Grayscale: #C4C4C4. Windows color (decimal): -4340769 or 14664637. OLE color: 14664637.

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

Color convert

RGB189195223-
CMYK0.150.1300.13
HSL229.41º34.69%80.78%-
HSV(B)229.41º15.25%87.45%-
XYZ53.8255.1877.63-
YUV196.4143.01122.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 195 (76.56% from 255) = 32.13%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=31.14%
G=32.13%
B=36.74%

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
Decimal1891952230.150.1300.13229.4134.6980.78
HexBDC3DFFD0De52351
Octal275303337171501534543121
Binary1011110111000011110111111111110101101111001011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3DF; }

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

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

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

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

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

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

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

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