#B5CBAD

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

Shades of Rainee #B5CBAD

Tints of Rainee #B5CBAD

Color information

#B5CBAD (or 0xB5CBAD) is unknown color: approx Rainee. HEX triplet: B5, CB and AD. RGB value is (181,203,173). Sum of RGB (Red+Green+Blue) = 181+203+173=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CBAD is #4A3452. Grayscale: #C1C1C1. Windows color (decimal): -4863059 or 11389877. OLE color: 11389877.

HSL color Cylindrical-coordinate representation of color #B5CBAD: hue angle of 104º degrees, saturation: 0.22, 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 #B5CBAD is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB181203173-
CMYK0.1100.150.20
HSL104º22.39%73.73%-
HSV(B)104º14.78%79.61%-
XYZ47.9555.5547.73-
YUV193116.71119.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=32.50%
G=36.45%
B=31.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812031730.1100.150.2010422.3973.73
HexB5CBADB0F1468164a
Octal265313255130172415026112
Binary101101011100101110101101101101111101001101000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBAD; }

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

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

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

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

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

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

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

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