Html Css Color HEX #B4C6B2 Zanah

📋 copy color: '#B4C6B2'

red 180 ◦ green 198 ◦ blue 178

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

Shades of Zanah #B4C6B2

Tints of Zanah #B4C6B2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.61%

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 32.37%
G = 35.61%
B = 32.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#B4C6B2 (or 0xB4C6B2) is known color: Zanah. HEX triplet: B4, C6 and B2. RGB value is (180,198,178). Sum of RGB (Red+Green+Blue) = 180+198+178=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C6B2 is #4B394D. Grayscale: #BEBEBE. Windows color (decimal): -4929870 or 11716276. OLE color: 11716276.

HSL color Cylindrical-coordinate representation of color #B4C6B2: hue angle of 114º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C6B2 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 198 178 -
CMYK 0.09 0 0.10 0.22
HSL 114º 0.15% 0.74% -
HSV(B) 114º 0.1% 0.78% -
XYZ 47.05 53.31 49.93 -
YUV 190.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 180 198 178 0.09 0 0.10 0.22 114 0.15 0.74
Hex B4 C6 B2 9 0 A 16 72 F 4A
Octal 264 306 262 11 0 12 26 162 17 112
Binary 10110100 11000110 10110010 1001 0 1010 10110 1110010 1111 1001010

Color Harmonies of #B4C6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C6B2

Black with #B4C6B2

Text Example


Text Example

White with #B4C6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C6B2; }

 p { color: rgb(180,198,178); }

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

background-color css

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

 a { background-color: rgb(180,198,178); }

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

border-color css

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

 span { border-color: rgb(180,198,178); }

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