#BCBECC

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

Shades of Lavender Grey #BCBECC

Tints of Lavender Grey #BCBECC

Color information

#BCBECC (or 0xBCBECC) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and CC. RGB value is (188,190,204). Sum of RGB (Red+Green+Blue) = 188+190+204=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBECC is #434133. Grayscale: #BEBEBE. Windows color (decimal): -4407604 or 13418172. OLE color: 13418172.

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

Color convert

RGB188190204-
CMYK0.080.0700.2
HSL232.5º13.56%76.86%-
HSV(B)232.5º7.84%80%-
XYZ50.0551.8864.5-
YUV191135.34125.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=32.30%
G=32.65%
B=35.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881902040.080.0700.2232.513.5676.86
HexBCBECC87014e8e4d
Octal27427631410702435016115
Binary10111100101111101100110010001110101001110100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBECC; }

 p { color: rgb(188,190,204); }

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

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

 a { background-color: rgb(188,190,204); }

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

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

 span { border-color: rgb(188,190,204); }

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