Html Css Color HEX #B0C7AB Rainee

📋 copy color: '#B0C7AB'

red 176 ◦ green 199 ◦ blue 171

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

Shades of Rainee #B0C7AB

Tints of Rainee #B0C7AB

RGB

 RED value IS 176 (69.14% from 255) = 32.23%

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

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

R = 32.23%
G = 36.45%
B = 31.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#B0C7AB (or 0xB0C7AB) is known color: Rainee. HEX triplet: B0, C7 and AB. RGB value is (176,199,171). Sum of RGB (Red+Green+Blue) = 176+199+171=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C7AB is #4F3854. Grayscale: #BDBDBD. Windows color (decimal): -5191765 or 11257776. OLE color: 11257776.

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

Color convert

RGB 176 199 171 -
CMYK 0.12 0 0.14 0.22
HSL 109.29º 0.2% 0.73% -
HSV(B) 109.29º 0.14% 0.78% -
XYZ 45.68 53.02 46.35 -
YUV 188.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 176 199 171 0.12 0 0.14 0.22 109.29 0.2 0.73
Hex B0 C7 AB C 0 E 16 6D 14 49
Octal 260 307 253 14 0 16 26 155 24 111
Binary 10110000 11000111 10101011 1100 0 1110 10110 1101101 10100 1001001

Color Harmonies of #B0C7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C7AB

Black with #B0C7AB

Text Example


Text Example

White with #B0C7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C7AB; }

 p { color: rgb(176,199,171); }

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

background-color css

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

 a { background-color: rgb(176,199,171); }

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

border-color css

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

 span { border-color: rgb(176,199,171); }

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