#B0C5AC

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

Shades of Rainee #B0C5AC

Tints of Rainee #B0C5AC

Color information

#B0C5AC (or 0xB0C5AC) is unknown color: approx Rainee. HEX triplet: B0, C5 and AC. RGB value is (176,197,172). Sum of RGB (Red+Green+Blue) = 176+197+172=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C5AC is #4F3A53. Grayscale: #BBBBBB. Windows color (decimal): -5192276 or 11322800. OLE color: 11322800.

HSL color Cylindrical-coordinate representation of color #B0C5AC: hue angle of 110.4º 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 #B0C5AC is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB176197172-
CMYK0.1100.130.23
HSL110.4º17.73%72.35%-
HSV(B)110.4º12.69%77.25%-
XYZ45.3252.1446.71-
YUV187.87119.04119.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=32.29%
G=36.15%
B=31.56%

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
Decimal1761971720.1100.130.23110.417.7372.35
HexB0C5ACB0D176e1248
Octal260305254130152715622110
Binary101100001100010110101100101101101101111101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5AC; }

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

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

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

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

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

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

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

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