#BBBEBB

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

Shades of Zanah #BBBEBB

Tints of Zanah #BBBEBB

Color information

#BBBEBB (or 0xBBBEBB) is unknown color: approx Zanah. HEX triplet: BB, BE and BB. RGB value is (187,190,187). Sum of RGB (Red+Green+Blue) = 187+190+187=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEBB is #444144. Grayscale: #BCBCBC. Windows color (decimal): -4473157 or 12304059. OLE color: 12304059.

HSL color Cylindrical-coordinate representation of color #BBBEBB: hue angle of 120º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBEBB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB187190187-
CMYK0.0200.020.25
HSL120º2.26%73.92%-
HSV(B)120º1.58%74.51%-
XYZ47.8850.9854.33-
YUV188.76127.01126.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=33.16%
G=33.69%
B=33.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901870.0200.020.251202.2673.92
HexBBBEBB202197824a
Octal273276273202311702112
Binary10111011101111101011101110010110011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEBB; }

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

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

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

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

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

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

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

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