Html Css Color HEX #B2CCB0 Zanah

📋 copy color: '#B2CCB0'

red 178 ◦ green 204 ◦ blue 176

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

Shades of Zanah #B2CCB0

Tints of Zanah #B2CCB0

RGB

 RED value IS 178 (69.92% from 255) = 31.9%

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

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

R = 31.9%
G = 36.56%
B = 31.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#B2CCB0 (or 0xB2CCB0) is known color: Zanah. HEX triplet: B2, CC and B0. RGB value is (178,204,176). Sum of RGB (Red+Green+Blue) = 178+204+176=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CCB0 is #4D334F. Grayscale: #C1C1C1. Windows color (decimal): -5059408 or 11586738. OLE color: 11586738.

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

Color convert

RGB 178 204 176 -
CMYK 0.13 0 0.14 0.2
HSL 115.71º 0.22% 0.75% -
HSV(B) 115.71º 0.14% 0.8% -
XYZ 47.79 55.79 49.32 -
YUV 193.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 178 204 176 0.13 0 0.14 0.2 115.71 0.22 0.75
Hex B2 CC B0 D 0 E 14 74 16 4B
Octal 262 314 260 15 0 16 24 164 26 113
Binary 10110010 11001100 10110000 1101 0 1110 10100 1110100 10110 1001011

Color Harmonies of #B2CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCB0

Black with #B2CCB0

Text Example


Text Example

White with #B2CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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