Html Css Color HEX #B2C7AD Rainee

📋 copy color: '#B2C7AD'

red 178 ◦ green 199 ◦ blue 173

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

Shades of Rainee #B2C7AD

Tints of Rainee #B2C7AD

RGB

 RED value IS 178 (69.92% from 255) = 32.36%

 GREEN value IS 199 (78.13% from 255) = 36.18%

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

R = 32.36%
G = 36.18%
B = 31.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#B2C7AD (or 0xB2C7AD) is known color: Rainee. HEX triplet: B2, C7 and AD. RGB value is (178,199,173). Sum of RGB (Red+Green+Blue) = 178+199+173=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C7AD is #4D3852. Grayscale: #BDBDBD. Windows color (decimal): -5060691 or 11388850. OLE color: 11388850.

HSL color Cylindrical-coordinate representation of color #B2C7AD: hue angle of 108.46º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2C7AD is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 199 173 -
CMYK 0.11 0 0.13 0.22
HSL 108.46º 0.19% 0.73% -
HSV(B) 108.46º 0.13% 0.78% -
XYZ 46.33 53.33 47.39 -
YUV 189.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 178 199 173 0.11 0 0.13 0.22 108.46 0.19 0.73
Hex B2 C7 AD B 0 D 16 6C 13 49
Octal 262 307 255 13 0 15 26 154 23 111
Binary 10110010 11000111 10101101 1011 0 1101 10110 1101100 10011 1001001

Color Harmonies of #B2C7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C7AD

Black with #B2C7AD

Text Example


Text Example

White with #B2C7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C7AD; }

 p { color: rgb(178,199,173); }

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

background-color css

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

 a { background-color: rgb(178,199,173); }

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

border-color css

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

 span { border-color: rgb(178,199,173); }

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