#BDCAE4

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

Shades of Periwinkle #BDCAE4

Tints of Periwinkle #BDCAE4

Color information

#BDCAE4 (or 0xBDCAE4) is unknown color: approx Periwinkle. HEX triplet: BD, CA and E4. RGB value is (189,202,228). Sum of RGB (Red+Green+Blue) = 189+202+228=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDCAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAE4 is #42351B. Grayscale: #C8C8C8. Windows color (decimal): -4338972 or 14994109. OLE color: 14994109.

HSL color Cylindrical-coordinate representation of color #BDCAE4: hue angle of 220º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDCAE4 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189202228-
CMYK0.170.1100.11
HSL220º41.94%81.76%-
HSV(B)220º17.11%89.41%-
XYZ56.1158.6681.76-
YUV201.08143.19119.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=30.53%
G=32.63%
B=36.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892022280.170.1100.1122041.9481.76
HexBDCAE411B0Bdc2a52
Octal275312344211301333452122
Binary10111101110010101110010010001101101011110111001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAE4; }

 p { color: rgb(189,202,228); }

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

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

 a { background-color: rgb(189,202,228); }

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

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

 span { border-color: rgb(189,202,228); }

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