Html Css Color HEX #B0B9AD Rainee

📋 copy color: '#B0B9AD'

red 176 ◦ green 185 ◦ blue 173

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

Shades of Rainee #B0B9AD

Tints of Rainee #B0B9AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.4%

R = 32.96%
G = 34.64%
B = 32.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B0B9AD (or 0xB0B9AD) is known color: Rainee. HEX triplet: B0, B9 and AD. RGB value is (176,185,173). Sum of RGB (Red+Green+Blue) = 176+185+173=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B9AD is #4F4652. Grayscale: #B4B4B4. Windows color (decimal): -5195347 or 11385264. OLE color: 11385264.

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

Color convert

RGB 176 185 173 -
CMYK 0.05 0 0.06 0.27
HSL 105º 0.08% 0.7% -
HSV(B) 105º 0.06% 0.73% -
XYZ 42.8 46.95 46.34 -
YUV 180.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 176 185 173 0.05 0 0.06 0.27 105 0.08 0.7
Hex B0 B9 AD 5 0 6 1B 69 8 46
Octal 260 271 255 5 0 6 33 151 10 106
Binary 10110000 10111001 10101101 101 0 110 11011 1101001 1000 1000110

Color Harmonies of #B0B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B9AD

Black with #B0B9AD

Text Example


Text Example

White with #B0B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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