#B0BCAB

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

Shades of Rainee #B0BCAB

Tints of Rainee #B0BCAB

Color information

#B0BCAB (or 0xB0BCAB) is unknown color: approx Rainee. HEX triplet: B0, BC and AB. RGB value is (176,188,171). Sum of RGB (Red+Green+Blue) = 176+188+171=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCAB is #4F4354. Grayscale: #B6B6B6. Windows color (decimal): -5194581 or 11254960. OLE color: 11254960.

HSL color Cylindrical-coordinate representation of color #B0BCAB: hue angle of 102.35º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0BCAB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB176188171-
CMYK0.0600.090.26
HSL102.35º11.26%70.39%-
HSV(B)102.35º9.04%73.73%-
XYZ43.2448.1445.54-
YUV182.47121.52123.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=32.90%
G=35.14%
B=31.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881710.0600.090.26102.3511.2670.39
HexB0BCAB6091A66b46
Octal26027425360113214613106
Binary1011000010111100101010111100100111010110011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCAB; }

 p { color: rgb(176,188,171); }

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

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

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

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

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

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

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