Html Css Color HEX #B0BEB0 Zanah

📋 copy color: '#B0BEB0'

red 176 ◦ green 190 ◦ blue 176

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

Shades of Zanah #B0BEB0

Tints of Zanah #B0BEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.06%

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

R = 32.47%
G = 35.06%
B = 32.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#B0BEB0 (or 0xB0BEB0) is known color: Zanah. HEX triplet: B0, BE and B0. RGB value is (176,190,176). Sum of RGB (Red+Green+Blue) = 176+190+176=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEB0 is #4F414F. Grayscale: #B8B8B8. Windows color (decimal): -5194064 or 11583152. OLE color: 11583152.

HSL color Cylindrical-coordinate representation of color #B0BEB0: hue angle of 120º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0BEB0 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 176 -
CMYK 0.07 0 0.07 0.25
HSL 120º 0.1% 0.72% -
HSV(B) 120º 0.07% 0.75% -
XYZ 44.15 49.19 48.24 -
YUV 184.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 176 190 176 0.07 0 0.07 0.25 120 0.1 0.72
Hex B0 BE B0 7 0 7 19 78 A 48
Octal 260 276 260 7 0 7 31 170 12 110
Binary 10110000 10111110 10110000 111 0 111 11001 1111000 1010 1001000

Color Harmonies of #B0BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BEB0

Black with #B0BEB0

Text Example


Text Example

White with #B0BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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