Html Css Color HEX #B4CBB0 Zanah

📋 copy color: '#B4CBB0'

red 180 ◦ green 203 ◦ blue 176

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

Shades of Zanah #B4CBB0

Tints of Zanah #B4CBB0

RGB

 RED value IS 180 (70.7% from 255) = 32.2%

 GREEN value IS 203 (79.69% from 255) = 36.31%

 BLUE value IS 176 (69.14% from 255) = 31.48%

R = 32.2%
G = 36.31%
B = 31.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#B4CBB0 (or 0xB4CBB0) is known color: Zanah. HEX triplet: B4, CB and B0. RGB value is (180,203,176). Sum of RGB (Red+Green+Blue) = 180+203+176=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CBB0 is #4B344F. Grayscale: #C1C1C1. Windows color (decimal): -4928592 or 11586484. OLE color: 11586484.

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

Color convert

RGB 180 203 176 -
CMYK 0.11 0 0.13 0.20
HSL 111.11º 0.21% 0.74% -
HSV(B) 111.11º 0.13% 0.8% -
XYZ 48.01 55.55 49.27 -
YUV 193.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 180 203 176 0.11 0 0.13 0.20 111.11 0.21 0.74
Hex B4 CB B0 B 0 D 14 6F 15 4A
Octal 264 313 260 13 0 15 24 157 25 112
Binary 10110100 11001011 10110000 1011 0 1101 10100 1101111 10101 1001010

Color Harmonies of #B4CBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CBB0

Black with #B4CBB0

Text Example


Text Example

White with #B4CBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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