#BCBECB

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

Shades of Lavender Grey #BCBECB

Tints of Lavender Grey #BCBECB

Color information

#BCBECB (or 0xBCBECB) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and CB. RGB value is (188,190,203). Sum of RGB (Red+Green+Blue) = 188+190+203=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBECB is #434134. Grayscale: #BEBEBE. Windows color (decimal): -4407605 or 13352636. OLE color: 13352636.

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

Color convert

RGB188190203-
CMYK0.070.0600.20
HSL232º12.61%76.67%-
HSV(B)232º7.39%79.61%-
XYZ49.9351.8363.87-
YUV190.88134.84125.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=32.36%
G=32.70%
B=34.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881902030.070.0600.2023212.6176.67
HexBCBECB76014e8d4d
Octal2742763137602435015115
Binary1011110010111110110010111111100101001110100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBECB; }

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

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

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

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

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

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

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

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