#BDCAE5

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

Shades of Periwinkle #BDCAE5

Tints of Periwinkle #BDCAE5

Color information

#BDCAE5 (or 0xBDCAE5) is unknown color: approx Periwinkle. HEX triplet: BD, CA and E5. RGB value is (189,202,229). Sum of RGB (Red+Green+Blue) = 189+202+229=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAE5 is #42351A. Grayscale: #C9C9C9. Windows color (decimal): -4338971 or 15059645. OLE color: 15059645.

HSL color Cylindrical-coordinate representation of color #BDCAE5: hue angle of 220.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDCAE5 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189202229-
CMYK0.170.1200.10
HSL220.5º43.48%81.96%-
HSV(B)220.5º17.47%89.8%-
XYZ56.2558.7282.5-
YUV201.19143.69119.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 229 (89.84% from 255) = 36.94%
R=30.48%
G=32.58%
B=36.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892022290.170.1200.10220.543.4881.96
HexBDCAE511C0Adc2b52
Octal275312345211401233453122
Binary10111101110010101110010110001110001010110111001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAE5; }

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

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

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

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

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

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

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

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