Html Css Color HEX #B0BEB1 Zanah

📋 copy color: '#B0BEB1'

red 176 ◦ green 190 ◦ blue 177

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

Shades of Zanah #B0BEB1

Tints of Zanah #B0BEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.6%

R = 32.41%
G = 34.99%
B = 32.6%

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

#B0BEB1 (or 0xB0BEB1) is known color: Zanah. HEX triplet: B0, BE and B1. RGB value is (176,190,177). Sum of RGB (Red+Green+Blue) = 176+190+177=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEB1 is #4F414E. Grayscale: #B8B8B8. Windows color (decimal): -5194063 or 11648688. OLE color: 11648688.

HSL color Cylindrical-coordinate representation of color #B0BEB1: hue angle of 124.29º 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 #B0BEB1 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 177 -
CMYK 0.07 0 0.07 0.25
HSL 124.29º 0.1% 0.72% -
HSV(B) 124.29º 0.07% 0.75% -
XYZ 44.25 49.23 48.77 -
YUV 184.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 176 190 177 0.07 0 0.07 0.25 124.29 0.1 0.72
Hex B0 BE B1 7 0 7 19 7C A 48
Octal 260 276 261 7 0 7 31 174 12 110
Binary 10110000 10111110 10110001 111 0 111 11001 1111100 1010 1001000

Color Harmonies of #B0BEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BEB1

Black with #B0BEB1

Text Example


Text Example

White with #B0BEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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