Html Css Color HEX #B1C5AB Rainee

📋 copy color: '#B1C5AB'

red 177 ◦ green 197 ◦ blue 171

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

Shades of Rainee #B1C5AB

Tints of Rainee #B1C5AB

RGB

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

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

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

R = 32.48%
G = 36.15%
B = 31.38%

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

#B1C5AB (or 0xB1C5AB) is known color: Rainee. HEX triplet: B1, C5 and AB. RGB value is (177,197,171). Sum of RGB (Red+Green+Blue) = 177+197+171=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C5AB is #4E3A54. Grayscale: #BCBCBC. Windows color (decimal): -5126741 or 11257265. OLE color: 11257265.

HSL color Cylindrical-coordinate representation of color #B1C5AB: hue angle of 106.15º degrees, saturation: 0.18, 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 #B1C5AB is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 197 171 -
CMYK 0.10 0 0.13 0.23
HSL 106.15º 0.18% 0.72% -
HSV(B) 106.15º 0.13% 0.77% -
XYZ 45.45 52.22 46.21 -
YUV 188.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 177 197 171 0.10 0 0.13 0.23 106.15 0.18 0.72
Hex B1 C5 AB A 0 D 17 6A 12 48
Octal 261 305 253 12 0 15 27 152 22 110
Binary 10110001 11000101 10101011 1010 0 1101 10111 1101010 10010 1001000

Color Harmonies of #B1C5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C5AB

Black with #B1C5AB

Text Example


Text Example

White with #B1C5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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