#B1D0A9

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

Shades of Rainee #B1D0A9

Tints of Rainee #B1D0A9

Color information

#B1D0A9 (or 0xB1D0A9) is unknown color: approx Rainee. HEX triplet: B1, D0 and A9. RGB value is (177,208,169). Sum of RGB (Red+Green+Blue) = 177+208+169=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D0A9 is #4E2F56. Grayscale: #C2C2C2. Windows color (decimal): -5123927 or 11129009. OLE color: 11129009.

HSL color Cylindrical-coordinate representation of color #B1D0A9: hue angle of 107.69º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1D0A9 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB177208169-
CMYK0.1500.190.18
HSL107.69º29.32%73.92%-
HSV(B)107.69º18.75%81.57%-
XYZ47.8557.3246.08-
YUV194.28113.73115.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 208 (81.64% from 255) = 37.55%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=31.95%
G=37.55%
B=30.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772081690.1500.190.18107.6929.3273.92
HexB1D0A9F013126c1d4a
Octal261320251170232215435112
Binary1011000111010000101010011111010011100101101100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D0A9; }

 p { color: rgb(177,208,169); }

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

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

 a { background-color: rgb(177,208,169); }

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

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

 span { border-color: rgb(177,208,169); }

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