Html Css Color HEX #B0C2B0 Zanah

📋 copy color: '#B0C2B0'

red 176 ◦ green 194 ◦ blue 176

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

Shades of Zanah #B0C2B0

Tints of Zanah #B0C2B0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.53%

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

R = 32.23%
G = 35.53%
B = 32.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#B0C2B0 (or 0xB0C2B0) is known color: Zanah. HEX triplet: B0, C2 and B0. RGB value is (176,194,176). Sum of RGB (Red+Green+Blue) = 176+194+176=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C2B0 is #4F3D4F. Grayscale: #BABABA. Windows color (decimal): -5193040 or 11584176. OLE color: 11584176.

HSL color Cylindrical-coordinate representation of color #B0C2B0: hue angle of 120º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C2B0 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 176 -
CMYK 0.09 0 0.09 0.24
HSL 120º 0.13% 0.73% -
HSV(B) 120º 0.09% 0.76% -
XYZ 45.03 50.95 48.53 -
YUV 186.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 176 194 176 0.09 0 0.09 0.24 120 0.13 0.73
Hex B0 C2 B0 9 0 9 18 78 D 49
Octal 260 302 260 11 0 11 30 170 15 111
Binary 10110000 11000010 10110000 1001 0 1001 11000 1111000 1101 1001001

Color Harmonies of #B0C2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C2B0

Black with #B0C2B0

Text Example


Text Example

White with #B0C2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C2B0; }

 p { color: rgb(176,194,176); }

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

background-color css

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

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

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

border-color css

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

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

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