#B5CBAB

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

Shades of Rainee #B5CBAB

Tints of Rainee #B5CBAB

Color information

#B5CBAB (or 0xB5CBAB) is unknown color: approx Rainee. HEX triplet: B5, CB and AB. RGB value is (181,203,171). Sum of RGB (Red+Green+Blue) = 181+203+171=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CBAB is #4A3454. Grayscale: #C0C0C0. Windows color (decimal): -4863061 or 11258805. OLE color: 11258805.

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

Color convert

RGB181203171-
CMYK0.1100.160.20
HSL101.25º23.53%73.33%-
HSV(B)101.25º15.76%79.61%-
XYZ47.7655.4846.72-
YUV192.77115.71119.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=32.61%
G=36.58%
B=30.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812031710.1100.160.20101.2523.5373.33
HexB5CBABB01014651849
Octal265313253130202414530111
Binary1011010111001011101010111011010000101001100101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBAB; }

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

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

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

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

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

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

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

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