Html Css Color HEX #B3C5AD Rainee

📋 copy color: '#B3C5AD'

red 179 ◦ green 197 ◦ blue 173

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

Shades of Rainee #B3C5AD

Tints of Rainee #B3C5AD

RGB

 RED value IS 179 (70.31% from 255) = 32.6%

 GREEN value IS 197 (77.34% from 255) = 35.88%

 BLUE value IS 173 (67.97% from 255) = 31.51%

R = 32.6%
G = 35.88%
B = 31.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#B3C5AD (or 0xB3C5AD) is known color: Rainee. HEX triplet: B3, C5 and AD. RGB value is (179,197,173). Sum of RGB (Red+Green+Blue) = 179+197+173=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C5AD is #4C3A52. Grayscale: #BCBCBC. Windows color (decimal): -4995667 or 11388339. OLE color: 11388339.

HSL color Cylindrical-coordinate representation of color #B3C5AD: hue angle of 105º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3C5AD is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 197 173 -
CMYK 0.09 0 0.12 0.23
HSL 105º 0.17% 0.73% -
HSV(B) 105º 0.12% 0.77% -
XYZ 46.1 52.53 47.25 -
YUV 188.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 179 197 173 0.09 0 0.12 0.23 105 0.17 0.73
Hex B3 C5 AD 9 0 C 17 69 11 49
Octal 263 305 255 11 0 14 27 151 21 111
Binary 10110011 11000101 10101101 1001 0 1100 10111 1101001 10001 1001001

Color Harmonies of #B3C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C5AD

Black with #B3C5AD

Text Example


Text Example

White with #B3C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C5AD; }

 p { color: rgb(179,197,173); }

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

background-color css

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

 a { background-color: rgb(179,197,173); }

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

border-color css

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

 span { border-color: rgb(179,197,173); }

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