Html Css Color HEX #B1C5AE Rainee

📋 copy color: '#B1C5AE'

red 177 ◦ green 197 ◦ blue 174

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

Shades of Rainee #B1C5AE

Tints of Rainee #B1C5AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.75%

R = 32.3%
G = 35.95%
B = 31.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#B1C5AE (or 0xB1C5AE) is known color: Rainee. HEX triplet: B1, C5 and AE. RGB value is (177,197,174). Sum of RGB (Red+Green+Blue) = 177+197+174=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C5AE is #4E3A51. Grayscale: #BCBCBC. Windows color (decimal): -5126738 or 11453873. OLE color: 11453873.

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

Color convert

RGB 177 197 174 -
CMYK 0.10 0 0.12 0.23
HSL 112.17º 0.17% 0.73% -
HSV(B) 112.17º 0.12% 0.77% -
XYZ 45.74 52.34 47.74 -
YUV 188.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 177 197 174 0.10 0 0.12 0.23 112.17 0.17 0.73
Hex B1 C5 AE A 0 C 17 70 11 49
Octal 261 305 256 12 0 14 27 160 21 111
Binary 10110001 11000101 10101110 1010 0 1100 10111 1110000 10001 1001001

Color Harmonies of #B1C5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C5AE

Black with #B1C5AE

Text Example


Text Example

White with #B1C5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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