#B1C0AB

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

Shades of Rainee #B1C0AB

Tints of Rainee #B1C0AB

Color information

#B1C0AB (or 0xB1C0AB) is unknown color: approx Rainee. HEX triplet: B1, C0 and AB. RGB value is (177,192,171). Sum of RGB (Red+Green+Blue) = 177+192+171=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C0AB is #4E3F54. Grayscale: #B9B9B9. Windows color (decimal): -5128021 or 11255985. OLE color: 11255985.

HSL color Cylindrical-coordinate representation of color #B1C0AB: hue angle of 102.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1C0AB is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB177192171-
CMYK0.0800.110.25
HSL102.86º14.29%71.18%-
HSV(B)102.86º10.94%75.29%-
XYZ44.3349.9945.84-
YUV185.12120.03122.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=32.78%
G=35.56%
B=31.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921710.0800.110.25102.8614.2971.18
HexB1C0AB80B1967e47
Octal261300253100133114716107
Binary10110001110000001010101110000101111001110011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C0AB; }

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

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

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

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

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

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

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

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