#B1C0AD

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

Shades of Rainee #B1C0AD

Tints of Rainee #B1C0AD

Color information

#B1C0AD (or 0xB1C0AD) is unknown color: approx Rainee. HEX triplet: B1, C0 and AD. RGB value is (177,192,173). Sum of RGB (Red+Green+Blue) = 177+192+173=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C0AD is #4E3F52. Grayscale: #B9B9B9. Windows color (decimal): -5128019 or 11387057. OLE color: 11387057.

HSL color Cylindrical-coordinate representation of color #B1C0AD: hue angle of 107.37º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1C0AD is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB177192173-
CMYK0.0800.100.25
HSL107.37º13.1%71.57%-
HSV(B)107.37º9.9%75.29%-
XYZ44.5250.0646.85-
YUV185.35121.03122.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=32.66%
G=35.42%
B=31.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921730.0800.100.25107.3713.171.57
HexB1C0AD80A196bd48
Octal261300255100123115315110
Binary10110001110000001010110110000101011001110101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C0AD; }

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

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

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

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

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

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

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

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