#B4CBB1

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

Shades of Zanah #B4CBB1

Tints of Zanah #B4CBB1

Color information

#B4CBB1 (or 0xB4CBB1) is unknown color: approx Zanah. HEX triplet: B4, CB and B1. RGB value is (180,203,177). Sum of RGB (Red+Green+Blue) = 180+203+177=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CBB1 is #4B344E. Grayscale: #C1C1C1. Windows color (decimal): -4928591 or 11652020. OLE color: 11652020.

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

Color convert

RGB180203177-
CMYK0.1100.130.20
HSL113.08º20%74.51%-
HSV(B)113.08º12.81%79.61%-
XYZ48.1155.5949.79-
YUV193.16118.88118.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.14%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=32.14%
G=36.25%
B=31.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031770.1100.130.20113.082074.51
HexB4CBB1B0D1471144b
Octal264313261130152416124113
Binary101101001100101110110001101101101101001110001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBB1; }

 p { color: rgb(180,203,177); }

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

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

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

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

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

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

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