#B5C3B4

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

Shades of Zanah #B5C3B4

Tints of Zanah #B5C3B4

Color information

#B5C3B4 (or 0xB5C3B4) is unknown color: approx Zanah. HEX triplet: B5, C3 and B4. RGB value is (181,195,180). Sum of RGB (Red+Green+Blue) = 181+195+180=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C3B4 is #4A3C4B. Grayscale: #BDBDBD. Windows color (decimal): -4865100 or 11846581. OLE color: 11846581.

HSL color Cylindrical-coordinate representation of color #B5C3B4: hue angle of 116º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5C3B4 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB181195180-
CMYK0.0700.080.24
HSL116º11.11%73.53%-
HSV(B)116º7.69%76.47%-
XYZ46.8152.1550.78-
YUV189.1122.86122.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.55%
GREEN value IS 195 (76.56% from 255) = 35.07%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=32.55%
G=35.07%
B=32.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811951800.0700.080.2411611.1173.53
HexB5C3B47081874b4a
Octal26530326470103016413112
Binary1011010111000011101101001110100011000111010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C3B4; }

 p { color: rgb(181,195,180); }

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

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

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

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

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

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

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