#B5CDAE

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

Shades of Rainee #B5CDAE

Tints of Rainee #B5CDAE

Color information

#B5CDAE (or 0xB5CDAE) is unknown color: approx Rainee. HEX triplet: B5, CD and AE. RGB value is (181,205,174). Sum of RGB (Red+Green+Blue) = 181+205+174=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CDAE is #4A3251. Grayscale: #C2C2C2. Windows color (decimal): -4862546 or 11455925. OLE color: 11455925.

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

Color convert

RGB181205174-
CMYK0.1200.150.20
HSL106.45º23.66%74.31%-
HSV(B)106.45º15.12%80.39%-
XYZ48.5356.5448.4-
YUV194.29116.55118.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=32.32%
G=36.61%
B=31.07%

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
Decimal1812051740.1200.150.20106.4523.6674.31
HexB5CDAEC0F146a184a
Octal265315256140172415230112
Binary101101011100110110101110110001111101001101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDAE; }

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

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

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

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

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

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

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

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