#B1C3AC

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

Shades of Rainee #B1C3AC

Tints of Rainee #B1C3AC

Color information

#B1C3AC (or 0xB1C3AC) is unknown color: approx Rainee. HEX triplet: B1, C3 and AC. RGB value is (177,195,172). Sum of RGB (Red+Green+Blue) = 177+195+172=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C3AC is #4E3C53. Grayscale: #BBBBBB. Windows color (decimal): -5127252 or 11322289. OLE color: 11322289.

HSL color Cylindrical-coordinate representation of color #B1C3AC: hue angle of 106.96º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C3AC is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB177195172-
CMYK0.0900.120.24
HSL106.96º16.08%71.96%-
HSV(B)106.96º11.79%76.47%-
XYZ45.0951.3646.57-
YUV187119.54120.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=32.54%
G=35.85%
B=31.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951720.0900.120.24106.9616.0871.96
HexB1C3AC90C186b1048
Octal261303254110143015320110
Binary101100011100001110101100100101100110001101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3AC; }

 p { color: rgb(177,195,172); }

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

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

 a { background-color: rgb(177,195,172); }

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

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

 span { border-color: rgb(177,195,172); }

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