Html Css Color HEX #B5C5B4 Zanah

📋 copy color: '#B5C5B4'

red 181 ◦ green 197 ◦ blue 180

#B5C5B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #B5C5B4

Tints of Zanah #B5C5B4

RGB

 RED value IS 181 (71.09% from 255) = 32.44%

 GREEN value IS 197 (77.34% from 255) = 35.3%

 BLUE value IS 180 (70.7% from 255) = 32.26%

R = 32.44%
G = 35.3%
B = 32.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#B5C5B4 (or 0xB5C5B4) is known color: Zanah. HEX triplet: B5, C5 and B4. RGB value is (181,197,180). Sum of RGB (Red+Green+Blue) = 181+197+180=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5B4 is #4A3A4B. Grayscale: #BEBEBE. Windows color (decimal): -4864588 or 11847093. OLE color: 11847093.

HSL color Cylindrical-coordinate representation of color #B5C5B4: hue angle of 116.47º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5C5B4 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 197 180 -
CMYK 0.08 0 0.09 0.23
HSL 116.47º 0.13% 0.74% -
HSV(B) 116.47º 0.09% 0.77% -
XYZ 47.26 53.05 50.93 -
YUV 190.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 181 197 180 0.08 0 0.09 0.23 116.47 0.13 0.74
Hex B5 C5 B4 8 0 9 17 74 D 4A
Octal 265 305 264 10 0 11 27 164 15 112
Binary 10110101 11000101 10110100 1000 0 1001 10111 1110100 1101 1001010

Color Harmonies of #B5C5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C5B4

Black with #B5C5B4

Text Example


Text Example

White with #B5C5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C5B4; }

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

 H1.HeaderClassName
 {
   color: #B5C5B4;
 }
 .AnyTagClassName
 {
   color: #B5C5B4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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