#B5CDAF

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

Shades of Rainee #B5CDAF

Tints of Rainee #B5CDAF

Color information

#B5CDAF (or 0xB5CDAF) is unknown color: approx Rainee. HEX triplet: B5, CD and AF. RGB value is (181,205,175). Sum of RGB (Red+Green+Blue) = 181+205+175=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CDAF is #4A3250. Grayscale: #C2C2C2. Windows color (decimal): -4862545 or 11521461. OLE color: 11521461.

HSL color Cylindrical-coordinate representation of color #B5CDAF: hue angle of 108º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5CDAF is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB181205175-
CMYK0.1200.150.20
HSL108º23.08%74.51%-
HSV(B)108º14.63%80.39%-
XYZ48.6356.5848.92-
YUV194.4117.05118.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=32.26%
G=36.54%
B=31.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051750.1200.150.2010823.0874.51
HexB5CDAFC0F146c174b
Octal265315257140172415427113
Binary101101011100110110101111110001111101001101100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDAF; }

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

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

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

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

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

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

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

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