Html Css Color HEX #B0B9B0 Rainee

📋 copy color: '#B0B9B0'

red 176 ◦ green 185 ◦ blue 176

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

Shades of Rainee #B0B9B0

Tints of Rainee #B0B9B0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.45%

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

R = 32.77%
G = 34.45%
B = 32.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B0B9B0 (or 0xB0B9B0) is known color: Rainee. HEX triplet: B0, B9 and B0. RGB value is (176,185,176). Sum of RGB (Red+Green+Blue) = 176+185+176=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B9B0 is #4F464F. Grayscale: #B5B5B5. Windows color (decimal): -5195344 or 11581872. OLE color: 11581872.

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

Color convert

RGB 176 185 176 -
CMYK 0.05 0 0.05 0.27
HSL 120º 0.06% 0.71% -
HSV(B) 120º 0.05% 0.73% -
XYZ 43.09 47.06 47.89 -
YUV 181.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 176 185 176 0.05 0 0.05 0.27 120 0.06 0.71
Hex B0 B9 B0 5 0 5 1B 78 6 47
Octal 260 271 260 5 0 5 33 170 6 107
Binary 10110000 10111001 10110000 101 0 101 11011 1111000 110 1000111

Color Harmonies of #B0B9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B9B0

Black with #B0B9B0

Text Example


Text Example

White with #B0B9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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