Html Css Color HEX #B0CDAB Zanah

📋 copy color: '#B0CDAB'

red 176 ◦ green 205 ◦ blue 171

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

Shades of Zanah #B0CDAB

Tints of Zanah #B0CDAB

RGB

 RED value IS 176 (69.14% from 255) = 31.88%

 GREEN value IS 205 (80.47% from 255) = 37.14%

 BLUE value IS 171 (67.19% from 255) = 30.98%

R = 31.88%
G = 37.14%
B = 30.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#B0CDAB (or 0xB0CDAB) is known color: Zanah. HEX triplet: B0, CD and AB. RGB value is (176,205,171). Sum of RGB (Red+Green+Blue) = 176+205+171=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CDAB is #4F3254. Grayscale: #C0C0C0. Windows color (decimal): -5190229 or 11259312. OLE color: 11259312.

HSL color Cylindrical-coordinate representation of color #B0CDAB: hue angle of 111.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0CDAB is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 205 171 -
CMYK 0.14 0 0.17 0.20
HSL 111.18º 0.25% 0.74% -
HSV(B) 111.18º 0.17% 0.8% -
XYZ 47.09 55.83 46.82 -
YUV 192.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 176 205 171 0.14 0 0.17 0.20 111.18 0.25 0.74
Hex B0 CD AB E 0 11 14 6F 19 4A
Octal 260 315 253 16 0 21 24 157 31 112
Binary 10110000 11001101 10101011 1110 0 10001 10100 1101111 11001 1001010

Color Harmonies of #B0CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CDAB

Black with #B0CDAB

Text Example


Text Example

White with #B0CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CDAB; }

 p { color: rgb(176,205,171); }

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

background-color css

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

 a { background-color: rgb(176,205,171); }

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

border-color css

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

 span { border-color: rgb(176,205,171); }

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