#B6CAAE

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

Shades of Rainee #B6CAAE

Tints of Rainee #B6CAAE

Color information

#B6CAAE (or 0xB6CAAE) is unknown color: approx Rainee. HEX triplet: B6, CA and AE. RGB value is (182,202,174). Sum of RGB (Red+Green+Blue) = 182+202+174=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CAAE is #493551. Grayscale: #C0C0C0. Windows color (decimal): -4797778 or 11455158. OLE color: 11455158.

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

Color convert

RGB182202174-
CMYK0.1000.140.21
HSL102.86º20.9%73.73%-
HSV(B)102.86º13.86%79.22%-
XYZ48.0555.2448.17-
YUV192.83117.37120.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=32.62%
G=36.20%
B=31.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021740.1000.140.21102.8620.973.73
HexB6CAAEA0E1567154a
Octal266312256120162514725112
Binary101101101100101010101110101001110101011100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAAE; }

 p { color: rgb(182,202,174); }

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

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

 a { background-color: rgb(182,202,174); }

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

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

 span { border-color: rgb(182,202,174); }

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