#BDCAE3

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

Shades of Periwinkle #BDCAE3

Tints of Periwinkle #BDCAE3

Color information

#BDCAE3 (or 0xBDCAE3) is unknown color: approx Periwinkle. HEX triplet: BD, CA and E3. RGB value is (189,202,227). Sum of RGB (Red+Green+Blue) = 189+202+227=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAE3 is #42351C. Grayscale: #C8C8C8. Windows color (decimal): -4338973 or 14928573. OLE color: 14928573.

HSL color Cylindrical-coordinate representation of color #BDCAE3: hue angle of 219.47º degrees, saturation: 0.4, 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 #BDCAE3 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189202227-
CMYK0.170.1100.11
HSL219.47º40.43%81.57%-
HSV(B)219.47º16.74%89.02%-
XYZ55.9758.6181.04-
YUV200.96142.69119.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=30.58%
G=32.69%
B=36.73%

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
Decimal1892022270.170.1100.11219.4740.4381.57
HexBDCAE311B0Bdb2852
Octal275312343211301333350122
Binary10111101110010101110001110001101101011110110111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAE3; }

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

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

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

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

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

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

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

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