#B5C5AF

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

Shades of Rainee #B5C5AF

Tints of Rainee #B5C5AF

Color information

#B5C5AF (or 0xB5C5AF) is unknown color: approx Rainee. HEX triplet: B5, C5 and AF. RGB value is (181,197,175). Sum of RGB (Red+Green+Blue) = 181+197+175=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C5AF is #4A3A50. Grayscale: #BDBDBD. Windows color (decimal): -4864593 or 11519413. OLE color: 11519413.

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

Color convert

RGB181197175-
CMYK0.0800.110.23
HSL103.64º15.94%72.94%-
HSV(B)103.64º11.17%77.25%-
XYZ46.7652.8548.29-
YUV189.71119.7121.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.73%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=32.73%
G=35.62%
B=31.65%

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
Decimal1811971750.0800.110.23103.6415.9472.94
HexB5C5AF80B17681049
Octal265305257100132715020111
Binary101101011100010110101111100001011101111101000100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C5AF; }

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

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

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

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

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

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

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

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