#B1C2AC

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

Shades of Rainee #B1C2AC

Tints of Rainee #B1C2AC

Color information

#B1C2AC (or 0xB1C2AC) is unknown color: approx Rainee. HEX triplet: B1, C2 and AC. RGB value is (177,194,172). Sum of RGB (Red+Green+Blue) = 177+194+172=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C2AC is #4E3D53. Grayscale: #BABABA. Windows color (decimal): -5127508 or 11322033. OLE color: 11322033.

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

Color convert

RGB177194172-
CMYK0.0900.110.24
HSL106.36º15.28%71.76%-
HSV(B)106.36º11.34%76.08%-
XYZ44.8750.9146.49-
YUV186.41119.87121.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 194 (76.17% from 255) = 35.73%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=32.60%
G=35.73%
B=31.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771941720.0900.110.24106.3615.2871.76
HexB1C2AC90B186af48
Octal261302254110133015217110
Binary10110001110000101010110010010101111000110101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C2AC; }

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

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

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

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

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

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

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

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