#BDC3DE

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

Shades of Periwinkle #BDC3DE

Tints of Periwinkle #BDC3DE

Color information

#BDC3DE (or 0xBDC3DE) is unknown color: approx Periwinkle. HEX triplet: BD, C3 and DE. RGB value is (189,195,222). Sum of RGB (Red+Green+Blue) = 189+195+222=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3DE is #423C21. Grayscale: #C4C4C4. Windows color (decimal): -4340770 or 14599101. OLE color: 14599101.

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

Color convert

RGB189195222-
CMYK0.150.1200.13
HSL229.09º33.33%80.59%-
HSV(B)229.09º14.86%87.06%-
XYZ53.6955.1276.92-
YUV196.28142.51122.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 195 (76.56% from 255) = 32.18%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=31.19%
G=32.18%
B=36.63%

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
Decimal1891952220.150.1200.13229.0933.3380.59
HexBDC3DEFC0De52151
Octal275303336171401534541121
Binary1011110111000011110111101111110001101111001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3DE; }

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

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

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

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

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

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

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

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