#B1C2AD

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

Shades of Rainee #B1C2AD

Tints of Rainee #B1C2AD

Color information

#B1C2AD (or 0xB1C2AD) is unknown color: approx Rainee. HEX triplet: B1, C2 and AD. RGB value is (177,194,173). Sum of RGB (Red+Green+Blue) = 177+194+173=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C2AD is #4E3D52. Grayscale: #BABABA. Windows color (decimal): -5127507 or 11387569. OLE color: 11387569.

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

Color convert

RGB177194173-
CMYK0.0900.110.24
HSL108.57º14.69%71.96%-
HSV(B)108.57º10.82%76.08%-
XYZ44.9750.9547-
YUV186.52120.37121.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=32.54%
G=35.66%
B=31.80%

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
Decimal1771941730.0900.110.24108.5714.6971.96
HexB1C2AD90B186df48
Octal261302255110133015517110
Binary10110001110000101010110110010101111000110110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C2AD; }

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

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

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

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

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

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

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

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