#BDC4DE

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

Shades of Periwinkle #BDC4DE

Tints of Periwinkle #BDC4DE

Color information

#BDC4DE (or 0xBDC4DE) is unknown color: approx Periwinkle. HEX triplet: BD, C4 and DE. RGB value is (189,196,222). Sum of RGB (Red+Green+Blue) = 189+196+222=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4DE is #423B21. Grayscale: #C4C4C4. Windows color (decimal): -4340514 or 14599357. OLE color: 14599357.

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

Color convert

RGB189196222-
CMYK0.150.1200.13
HSL227.27º33.33%80.59%-
HSV(B)227.27º14.86%87.06%-
XYZ53.9155.5776.99-
YUV196.87142.18122.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=31.14%
G=32.29%
B=36.57%

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
Decimal1891962220.150.1200.13227.2733.3380.59
HexBDC4DEFC0De32151
Octal275304336171401534341121
Binary1011110111000100110111101111110001101111000111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4DE; }

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

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

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

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

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

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

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

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