#B3CBB4

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

Shades of Zanah #B3CBB4

Tints of Zanah #B3CBB4

Color information

#B3CBB4 (or 0xB3CBB4) is unknown color: approx Zanah. HEX triplet: B3, CB and B4. RGB value is (179,203,180). Sum of RGB (Red+Green+Blue) = 179+203+180=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBB4 is #4C344B. Grayscale: #C1C1C1. Windows color (decimal): -4994124 or 11848627. OLE color: 11848627.

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

Color convert

RGB179203180-
CMYK0.1200.110.20
HSL122.5º18.75%74.9%-
HSV(B)122.5º11.82%79.61%-
XYZ48.1855.5951.37-
YUV193.2120.55117.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=31.85%
G=36.12%
B=32.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031800.1200.110.20122.518.7574.9
HexB3CBB4C0B147a134b
Octal263313264140132417223113
Binary101100111100101110110100110001011101001111010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBB4; }

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

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

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

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

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

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

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

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