#BCCAEB

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

Shades of Periwinkle #BCCAEB

Tints of Periwinkle #BCCAEB

Color information

#BCCAEB (or 0xBCCAEB) is unknown color: approx Periwinkle. HEX triplet: BC, CA and EB. RGB value is (188,202,235). Sum of RGB (Red+Green+Blue) = 188+202+235=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCCAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAEB is #433514. Grayscale: #C9C9C9. Windows color (decimal): -4404501 or 15452860. OLE color: 15452860.

HSL color Cylindrical-coordinate representation of color #BCCAEB: hue angle of 222.13º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCAEB is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188202235-
CMYK0.20.1400.08
HSL222.13º54.02%82.94%-
HSV(B)222.13º20%92.16%-
XYZ56.8558.9386.98-
YUV201.58146.86118.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=30.08%
G=32.32%
B=37.6%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882022350.20.1400.08222.1354.0282.94
HexBCCAEB14E08de3653
Octal274312353241601033666123
Binary10111100110010101110101110100111001000110111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAEB; }

 p { color: rgb(188,202,235); }

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

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

 a { background-color: rgb(188,202,235); }

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

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

 span { border-color: rgb(188,202,235); }

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