#B0BCAD

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

Shades of Rainee #B0BCAD

Tints of Rainee #B0BCAD

Color information

#B0BCAD (or 0xB0BCAD) is unknown color: approx Rainee. HEX triplet: B0, BC and AD. RGB value is (176,188,173). Sum of RGB (Red+Green+Blue) = 176+188+173=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCAD is #4F4352. Grayscale: #B6B6B6. Windows color (decimal): -5194579 or 11386032. OLE color: 11386032.

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

Color convert

RGB176188173-
CMYK0.0600.080.26
HSL108º10.07%70.78%-
HSV(B)108º7.98%73.73%-
XYZ43.4348.2146.55-
YUV182.7122.52123.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=32.77%
G=35.01%
B=32.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881730.0600.080.2610810.0770.78
HexB0BCAD6081A6ca47
Octal26027425560103215412107
Binary1011000010111100101011011100100011010110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCAD; }

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

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

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

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

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

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

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

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