Html Css Color HEX #B4CCB2 Zanah

📋 copy color: '#B4CCB2'

red 180 ◦ green 204 ◦ blue 178

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

Shades of Zanah #B4CCB2

Tints of Zanah #B4CCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.3%

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

R = 32.03%
G = 36.3%
B = 31.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#B4CCB2 (or 0xB4CCB2) is known color: Zanah. HEX triplet: B4, CC and B2. RGB value is (180,204,178). Sum of RGB (Red+Green+Blue) = 180+204+178=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CCB2 is #4B334D. Grayscale: #C1C1C1. Windows color (decimal): -4928334 or 11717812. OLE color: 11717812.

HSL color Cylindrical-coordinate representation of color #B4CCB2: hue angle of 115.38º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CCB2 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 178 -
CMYK 0.12 0 0.13 0.2
HSL 115.38º 0.2% 0.75% -
HSV(B) 115.38º 0.13% 0.8% -
XYZ 48.45 56.1 50.39 -
YUV 193.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 180 204 178 0.12 0 0.13 0.2 115.38 0.2 0.75
Hex B4 CC B2 C 0 D 14 73 14 4B
Octal 264 314 262 14 0 15 24 163 24 113
Binary 10110100 11001100 10110010 1100 0 1101 10100 1110011 10100 1001011

Color Harmonies of #B4CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCB2

Black with #B4CCB2

Text Example


Text Example

White with #B4CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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