Html Css Color HEX #B5CAB1 Rainee

📋 copy color: '#B5CAB1'

red 181 ◦ green 202 ◦ blue 177

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

Shades of Rainee #B5CAB1

Tints of Rainee #B5CAB1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.07%

 BLUE value IS 177 (69.53% from 255) = 31.61%

R = 32.32%
G = 36.07%
B = 31.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#B5CAB1 (or 0xB5CAB1) is known color: Rainee. HEX triplet: B5, CA and B1. RGB value is (181,202,177). Sum of RGB (Red+Green+Blue) = 181+202+177=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CAB1 is #4A354E. Grayscale: #C0C0C0. Windows color (decimal): -4863311 or 11651765. OLE color: 11651765.

HSL color Cylindrical-coordinate representation of color #B5CAB1: hue angle of 110.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CAB1 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 177 -
CMYK 0.10 0 0.12 0.21
HSL 110.4º 0.19% 0.74% -
HSV(B) 110.4º 0.12% 0.79% -
XYZ 48.11 55.24 49.72 -
YUV 192.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 181 202 177 0.10 0 0.12 0.21 110.4 0.19 0.74
Hex B5 CA B1 A 0 C 15 6E 13 4A
Octal 265 312 261 12 0 14 25 156 23 112
Binary 10110101 11001010 10110001 1010 0 1100 10101 1101110 10011 1001010

Color Harmonies of #B5CAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CAB1

Black with #B5CAB1

Text Example


Text Example

White with #B5CAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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