#B1C5AB

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

Shades of Rainee #B1C5AB

Tints of Rainee #B1C5AB

Color information

#B1C5AB (or 0xB1C5AB) is unknown color: approx Rainee. HEX triplet: B1, C5 and AB. RGB value is (177,197,171). Sum of RGB (Red+Green+Blue) = 177+197+171=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C5AB is #4E3A54. Grayscale: #BCBCBC. Windows color (decimal): -5126741 or 11257265. OLE color: 11257265.

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

Color convert

RGB177197171-
CMYK0.1000.130.23
HSL106.15º18.31%72.16%-
HSV(B)106.15º13.2%77.25%-
XYZ45.4552.2246.21-
YUV188.06118.37120.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.48%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=32.48%
G=36.15%
B=31.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771971710.1000.130.23106.1518.3172.16
HexB1C5ABA0D176a1248
Octal261305253120152715222110
Binary101100011100010110101011101001101101111101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C5AB; }

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

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

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

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

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

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

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

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