#B6C5AF

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

Shades of Rainee #B6C5AF

Tints of Rainee #B6C5AF

Color information

#B6C5AF (or 0xB6C5AF) is unknown color: approx Rainee. HEX triplet: B6, C5 and AF. RGB value is (182,197,175). Sum of RGB (Red+Green+Blue) = 182+197+175=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C5AF is #493A50. Grayscale: #BEBEBE. Windows color (decimal): -4799057 or 11519414. OLE color: 11519414.

HSL color Cylindrical-coordinate representation of color #B6C5AF: hue angle of 100.91º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6C5AF is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB182197175-
CMYK0.0800.110.23
HSL100.91º15.94%72.94%-
HSV(B)100.91º11.17%77.25%-
XYZ4752.9748.31-
YUV190.01119.53122.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 197 (77.34% from 255) = 35.56%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=32.85%
G=35.56%
B=31.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821971750.0800.110.23100.9115.9472.94
HexB6C5AF80B17651049
Octal266305257100132714520111
Binary101101101100010110101111100001011101111100101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C5AF; }

 p { color: rgb(182,197,175); }

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

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

 a { background-color: rgb(182,197,175); }

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

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

 span { border-color: rgb(182,197,175); }

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