#B0BDAA

Color #B0BDAA Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #B0BDAA

Tints of Rainee #B0BDAA

Color information

#B0BDAA (or 0xB0BDAA) is unknown color: approx Rainee. HEX triplet: B0, BD and AA. RGB value is (176,189,170). Sum of RGB (Red+Green+Blue) = 176+189+170=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BDAA is #4F4255. Grayscale: #B7B7B7. Windows color (decimal): -5194326 or 11189680. OLE color: 11189680.

HSL color Cylindrical-coordinate representation of color #B0BDAA: hue angle of 101.05º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BDAA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB176189170-
CMYK0.0700.100.26
HSL101.05º12.58%70.39%-
HSV(B)101.05º10.05%74.12%-
XYZ43.3648.5345.11-
YUV182.95120.69123.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=32.90%
G=35.33%
B=31.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891700.0700.100.26101.0512.5870.39
HexB0BDAA70A1A65d46
Octal26027525270123214515106
Binary1011000010111101101010101110101011010110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDAA; }

 p { color: rgb(176,189,170); }

 H1.HeaderClassName
 {
   color: #B0BDAA;
 }
 .AnyTagClassName
 {
   color: #B0BDAA;
 }
</style>
background-color css

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

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

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

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

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

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