Html Css Color HEX #B5CAB4 Zanah

📋 copy color: '#B5CAB4'

red 181 ◦ green 202 ◦ blue 180

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

Shades of Zanah #B5CAB4

Tints of Zanah #B5CAB4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.88%

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

R = 32.15%
G = 35.88%
B = 31.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#B5CAB4 (or 0xB5CAB4) is known color: Zanah. HEX triplet: B5, CA and B4. RGB value is (181,202,180). Sum of RGB (Red+Green+Blue) = 181+202+180=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CAB4 is #4A354B. Grayscale: #C1C1C1. Windows color (decimal): -4863308 or 11848373. OLE color: 11848373.

HSL color Cylindrical-coordinate representation of color #B5CAB4: hue angle of 117.27º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5CAB4 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 180 -
CMYK 0.10 0 0.11 0.21
HSL 117.27º 0.17% 0.75% -
HSV(B) 117.27º 0.11% 0.79% -
XYZ 48.41 55.36 51.31 -
YUV 193.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 181 202 180 0.10 0 0.11 0.21 117.27 0.17 0.75
Hex B5 CA B4 A 0 B 15 75 11 4B
Octal 265 312 264 12 0 13 25 165 21 113
Binary 10110101 11001010 10110100 1010 0 1011 10101 1110101 10001 1001011

Color Harmonies of #B5CAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CAB4

Black with #B5CAB4

Text Example


Text Example

White with #B5CAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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