#B1C3AD

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

Shades of Rainee #B1C3AD

Tints of Rainee #B1C3AD

Color information

#B1C3AD (or 0xB1C3AD) is unknown color: approx Rainee. HEX triplet: B1, C3 and AD. RGB value is (177,195,173). Sum of RGB (Red+Green+Blue) = 177+195+173=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C3AD is #4E3C52. Grayscale: #BBBBBB. Windows color (decimal): -5127251 or 11387825. OLE color: 11387825.

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

Color convert

RGB177195173-
CMYK0.0900.110.24
HSL109.09º15.49%72.16%-
HSV(B)109.09º11.28%76.47%-
XYZ45.1951.3947.07-
YUV187.11120.04120.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.48%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=32.48%
G=35.78%
B=31.74%

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
Decimal1771951730.0900.110.24109.0915.4972.16
HexB1C3AD90B186df48
Octal261303255110133015517110
Binary10110001110000111010110110010101111000110110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3AD; }

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

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

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

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

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

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

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

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