#B4BBB4

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

Shades of Zanah #B4BBB4

Tints of Zanah #B4BBB4

Color information

#B4BBB4 (or 0xB4BBB4) is unknown color: approx Zanah. HEX triplet: B4, BB and B4. RGB value is (180,187,180). Sum of RGB (Red+Green+Blue) = 180+187+180=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBB4 is #4B444B. Grayscale: #B8B8B8. Windows color (decimal): -4932684 or 11844532. OLE color: 11844532.

HSL color Cylindrical-coordinate representation of color #B4BBB4: hue angle of 120º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4BBB4 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB180187180-
CMYK0.0400.040.27
HSL120º4.9%71.96%-
HSV(B)120º3.74%73.33%-
XYZ44.8348.5450.19-
YUV184.11125.68125.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=32.91%
G=34.19%
B=32.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871800.0400.040.271204.971.96
HexB4BBB44041B78548
Octal264273264404331705110
Binary10110100101110111011010010001001101111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBB4; }

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

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

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

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

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

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

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

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