Html Css Color HEX #B5CCAB Rainee

📋 copy color: '#B5CCAB'

red 181 ◦ green 204 ◦ blue 171

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

Shades of Rainee #B5CCAB

Tints of Rainee #B5CCAB

RGB

 RED value IS 181 (71.09% from 255) = 32.55%

 GREEN value IS 204 (80.08% from 255) = 36.69%

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 32.55%
G = 36.69%
B = 30.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#B5CCAB (or 0xB5CCAB) is known color: Rainee. HEX triplet: B5, CC and AB. RGB value is (181,204,171). Sum of RGB (Red+Green+Blue) = 181+204+171=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CCAB is #4A3354. Grayscale: #C1C1C1. Windows color (decimal): -4862805 or 11259061. OLE color: 11259061.

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

Color convert

RGB 181 204 171 -
CMYK 0.11 0 0.16 0.2
HSL 101.82º 0.24% 0.74% -
HSV(B) 101.82º 0.16% 0.8% -
XYZ 48 55.95 46.8 -
YUV 193.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 181 204 171 0.11 0 0.16 0.2 101.82 0.24 0.74
Hex B5 CC AB B 0 10 14 66 18 4A
Octal 265 314 253 13 0 20 24 146 30 112
Binary 10110101 11001100 10101011 1011 0 10000 10100 1100110 11000 1001010

Color Harmonies of #B5CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CCAB

Black with #B5CCAB

Text Example


Text Example

White with #B5CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CCAB; }

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

 H1.HeaderClassName
 {
   color: #B5CCAB;
 }
 .AnyTagClassName
 {
   color: #B5CCAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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