Html Css Color HEX #B1C7AB Rainee

📋 copy color: '#B1C7AB'

red 177 ◦ green 199 ◦ blue 171

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

Shades of Rainee #B1C7AB

Tints of Rainee #B1C7AB

RGB

 RED value IS 177 (69.53% from 255) = 32.36%

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

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

R = 32.36%
G = 36.38%
B = 31.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#B1C7AB (or 0xB1C7AB) is known color: Rainee. HEX triplet: B1, C7 and AB. RGB value is (177,199,171). Sum of RGB (Red+Green+Blue) = 177+199+171=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C7AB is #4E3854. Grayscale: #BDBDBD. Windows color (decimal): -5126229 or 11257777. OLE color: 11257777.

HSL color Cylindrical-coordinate representation of color #B1C7AB: hue angle of 107.14º 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 #B1C7AB is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 199 171 -
CMYK 0.11 0 0.14 0.22
HSL 107.14º 0.2% 0.73% -
HSV(B) 107.14º 0.14% 0.78% -
XYZ 45.91 53.13 46.36 -
YUV 189.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 177 199 171 0.11 0 0.14 0.22 107.14 0.2 0.73
Hex B1 C7 AB B 0 E 16 6B 14 49
Octal 261 307 253 13 0 16 26 153 24 111
Binary 10110001 11000111 10101011 1011 0 1110 10110 1101011 10100 1001001

Color Harmonies of #B1C7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C7AB

Black with #B1C7AB

Text Example


Text Example

White with #B1C7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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