Html Css Color HEX #B1C4AB Rainee

📋 copy color: '#B1C4AB'

red 177 ◦ green 196 ◦ blue 171

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

Shades of Rainee #B1C4AB

Tints of Rainee #B1C4AB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.03%

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

R = 32.54%
G = 36.03%
B = 31.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#B1C4AB (or 0xB1C4AB) is known color: Rainee. HEX triplet: B1, C4 and AB. RGB value is (177,196,171). Sum of RGB (Red+Green+Blue) = 177+196+171=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C4AB is #4E3B54. Grayscale: #BBBBBB. Windows color (decimal): -5126997 or 11257009. OLE color: 11257009.

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

Color convert

RGB 177 196 171 -
CMYK 0.10 0 0.13 0.23
HSL 105.6º 0.17% 0.72% -
HSV(B) 105.6º 0.13% 0.77% -
XYZ 45.22 51.77 46.14 -
YUV 187.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 177 196 171 0.10 0 0.13 0.23 105.6 0.17 0.72
Hex B1 C4 AB A 0 D 17 6A 11 48
Octal 261 304 253 12 0 15 27 152 21 110
Binary 10110001 11000100 10101011 1010 0 1101 10111 1101010 10001 1001000

Color Harmonies of #B1C4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C4AB

Black with #B1C4AB

Text Example


Text Example

White with #B1C4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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