#B5CAAD

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

Shades of Rainee #B5CAAD

Tints of Rainee #B5CAAD

Color information

#B5CAAD (or 0xB5CAAD) is unknown color: approx Rainee. HEX triplet: B5, CA and AD. RGB value is (181,202,173). Sum of RGB (Red+Green+Blue) = 181+202+173=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CAAD is #4A3552. Grayscale: #C0C0C0. Windows color (decimal): -4863315 or 11389621. OLE color: 11389621.

HSL color Cylindrical-coordinate representation of color #B5CAAD: hue angle of 103.45º 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 #B5CAAD is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB181202173-
CMYK0.1000.140.21
HSL103.45º21.48%73.53%-
HSV(B)103.45º14.36%79.22%-
XYZ47.7255.0847.65-
YUV192.42117.04119.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.55%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=32.55%
G=36.33%
B=31.12%

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
Decimal1812021730.1000.140.21103.4521.4873.53
HexB5CAADA0E1567154a
Octal265312255120162514725112
Binary101101011100101010101101101001110101011100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CAAD; }

 p { color: rgb(181,202,173); }

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

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

 a { background-color: rgb(181,202,173); }

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

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

 span { border-color: rgb(181,202,173); }

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