#BDCAEC

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

Shades of Periwinkle #BDCAEC

Tints of Periwinkle #BDCAEC

Color information

#BDCAEC (or 0xBDCAEC) is unknown color: approx Periwinkle. HEX triplet: BD, CA and EC. RGB value is (189,202,236). Sum of RGB (Red+Green+Blue) = 189+202+236=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAEC is #423513. Grayscale: #C9C9C9. Windows color (decimal): -4338964 or 15518397. OLE color: 15518397.

HSL color Cylindrical-coordinate representation of color #BDCAEC: hue angle of 223.4º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDCAEC is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189202236-
CMYK0.200.1400.07
HSL223.4º55.29%83.33%-
HSV(B)223.4º19.92%92.55%-
XYZ57.2559.1287.75-
YUV201.99147.19118.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=30.14%
G=32.22%
B=37.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892022360.200.1400.07223.455.2983.33
HexBDCAEC14E07df3753
Octal27531235424160733767123
Binary1011110111001010111011001010011100111110111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAEC; }

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

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

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

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

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

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

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

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