Html Css Color HEX #B1C5AA Rainee

📋 copy color: '#B1C5AA'

red 177 ◦ green 197 ◦ blue 170

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

Shades of Rainee #B1C5AA

Tints of Rainee #B1C5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.25%

R = 32.54%
G = 36.21%
B = 31.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#B1C5AA (or 0xB1C5AA) is known color: Rainee. HEX triplet: B1, C5 and AA. RGB value is (177,197,170). Sum of RGB (Red+Green+Blue) = 177+197+170=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C5AA is #4E3A55. Grayscale: #BCBCBC. Windows color (decimal): -5126742 or 11191729. OLE color: 11191729.

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

Color convert

RGB 177 197 170 -
CMYK 0.10 0 0.14 0.23
HSL 104.44º 0.19% 0.72% -
HSV(B) 104.44º 0.14% 0.77% -
XYZ 45.35 52.18 45.71 -
YUV 187.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 177 197 170 0.10 0 0.14 0.23 104.44 0.19 0.72
Hex B1 C5 AA A 0 E 17 68 13 48
Octal 261 305 252 12 0 16 27 150 23 110
Binary 10110001 11000101 10101010 1010 0 1110 10111 1101000 10011 1001000

Color Harmonies of #B1C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C5AA

Black with #B1C5AA

Text Example


Text Example

White with #B1C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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