#B1C1AD

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

Shades of Rainee #B1C1AD

Tints of Rainee #B1C1AD

Color information

#B1C1AD (or 0xB1C1AD) is unknown color: approx Rainee. HEX triplet: B1, C1 and AD. RGB value is (177,193,173). Sum of RGB (Red+Green+Blue) = 177+193+173=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C1AD is #4E3E52. Grayscale: #BABABA. Windows color (decimal): -5127763 or 11387313. OLE color: 11387313.

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

Color convert

RGB177193173-
CMYK0.0800.100.24
HSL108º13.89%71.76%-
HSV(B)108º10.36%75.69%-
XYZ44.7450.546.93-
YUV185.94120.7121.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=32.60%
G=35.54%
B=31.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931730.0800.100.2410813.8971.76
HexB1C1AD80A186ce48
Octal261301255100123015416110
Binary10110001110000011010110110000101011000110110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C1AD; }

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

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

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

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

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

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

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

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