Html Css Color HEX #B5CBAB Rainee

📋 copy color: '#B5CBAB'

red 181 ◦ green 203 ◦ blue 171

#B5CBAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rainee #B5CBAB

Tints of Rainee #B5CBAB

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 value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#B5CBAB (or 0xB5CBAB) is known color: 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

RGB 181 203 171 -
CMYK 0.11 0 0.16 0.20
HSL 101.25º 0.24% 0.73% -
HSV(B) 101.25º 0.16% 0.8% -
XYZ 47.76 55.48 46.72 -
YUV 192.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 181 203 171 0.11 0 0.16 0.20 101.25 0.24 0.73
Hex B5 CB AB B 0 10 14 65 18 49
Octal 265 313 253 13 0 20 24 145 30 111
Binary 10110101 11001011 10101011 1011 0 10000 10100 1100101 11000 1001001

Color Harmonies of #B5CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CBAB

Black with #B5CBAB

Text Example


Text Example

White with #B5CBAB

Text Example


Text Example

HTML Codes & Css Web 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>