#B0C5AB

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

Shades of Rainee #B0C5AB

Tints of Rainee #B0C5AB

Color information

#B0C5AB (or 0xB0C5AB) is unknown color: approx Rainee. HEX triplet: B0, C5 and AB. RGB value is (176,197,171). Sum of RGB (Red+Green+Blue) = 176+197+171=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C5AB is #4F3A54. Grayscale: #BBBBBB. Windows color (decimal): -5192277 or 11257264. OLE color: 11257264.

HSL color Cylindrical-coordinate representation of color #B0C5AB: hue angle of 108.46º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0C5AB is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB176197171-
CMYK0.1100.130.23
HSL108.46º18.31%72.16%-
HSV(B)108.46º13.2%77.25%-
XYZ45.2252.146.2-
YUV187.76118.54119.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=32.35%
G=36.21%
B=31.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971710.1100.130.23108.4618.3172.16
HexB0C5ABB0D176c1248
Octal260305253130152715422110
Binary101100001100010110101011101101101101111101100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5AB; }

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

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

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

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

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

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

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

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