#BBBFBB

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

Shades of Zanah #BBBFBB

Tints of Zanah #BBBFBB

Color information

#BBBFBB (or 0xBBBFBB) is unknown color: approx Zanah. HEX triplet: BB, BF and BB. RGB value is (187,191,187). Sum of RGB (Red+Green+Blue) = 187+191+187=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFBB is #444044. Grayscale: #BDBDBD. Windows color (decimal): -4472901 or 12304315. OLE color: 12304315.

HSL color Cylindrical-coordinate representation of color #BBBFBB: hue angle of 120º degrees, saturation: 0.03, 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 #BBBFBB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB187191187-
CMYK0.0200.020.25
HSL120º3.03%74.12%-
HSV(B)120º2.09%74.9%-
XYZ48.0951.4154.4-
YUV189.35126.67126.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=33.10%
G=33.81%
B=33.10%

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
Decimal1871911870.0200.020.251203.0374.12
HexBBBFBB202197834a
Octal273277273202311703112
Binary10111011101111111011101110010110011111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFBB; }

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

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

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

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

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

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

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

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