#BBBECB

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

Shades of Lavender Grey #BBBECB

Tints of Lavender Grey #BBBECB

Color information

#BBBECB (or 0xBBBECB) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and CB. RGB value is (187,190,203). Sum of RGB (Red+Green+Blue) = 187+190+203=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBECB is #444134. Grayscale: #BEBEBE. Windows color (decimal): -4473141 or 13352635. OLE color: 13352635.

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

Color convert

RGB187190203-
CMYK0.080.0600.20
HSL228.75º13.33%76.47%-
HSV(B)228.75º7.88%79.61%-
XYZ49.6951.763.86-
YUV190.58135.01125.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 203 (79.69% from 255) = 35%
R=32.24%
G=32.76%
B=35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871902030.080.0600.20228.7513.3376.47
HexBBBECB86014e5d4c
Octal27327631310602434515114
Binary10111011101111101100101110001100101001110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBECB; }

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

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

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

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

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

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

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

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