#B6C9AD

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

Shades of Rainee #B6C9AD

Tints of Rainee #B6C9AD

Color information

#B6C9AD (or 0xB6C9AD) is unknown color: approx Rainee. HEX triplet: B6, C9 and AD. RGB value is (182,201,173). Sum of RGB (Red+Green+Blue) = 182+201+173=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C9AD is #493652. Grayscale: #C0C0C0. Windows color (decimal): -4798035 or 11389366. OLE color: 11389366.

HSL color Cylindrical-coordinate representation of color #B6C9AD: hue angle of 100.71º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6C9AD is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB182201173-
CMYK0.0900.140.21
HSL100.71º20.59%73.33%-
HSV(B)100.71º13.93%78.82%-
XYZ47.7254.7447.59-
YUV192.13117.21120.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.73%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=32.73%
G=36.15%
B=31.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822011730.0900.140.21100.7120.5973.33
HexB6C9AD90E15651549
Octal266311255110162514525111
Binary101101101100100110101101100101110101011100101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C9AD; }

 p { color: rgb(182,201,173); }

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

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

 a { background-color: rgb(182,201,173); }

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

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

 span { border-color: rgb(182,201,173); }

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