Html Css Color HEX #B1C4A9 Rainee

📋 copy color: '#B1C4A9'

red 177 ◦ green 196 ◦ blue 169

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

Shades of Rainee #B1C4A9

Tints of Rainee #B1C4A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.18%

R = 32.66%
G = 36.16%
B = 31.18%

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

#B1C4A9 (or 0xB1C4A9) is known color: Rainee. HEX triplet: B1, C4 and A9. RGB value is (177,196,169). Sum of RGB (Red+Green+Blue) = 177+196+169=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C4A9 is #4E3B56. Grayscale: #BBBBBB. Windows color (decimal): -5126999 or 11125937. OLE color: 11125937.

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

Color convert

RGB 177 196 169 -
CMYK 0.10 0 0.14 0.23
HSL 102.22º 0.19% 0.72% -
HSV(B) 102.22º 0.14% 0.77% -
XYZ 45.03 51.69 45.14 -
YUV 187.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 177 196 169 0.10 0 0.14 0.23 102.22 0.19 0.72
Hex B1 C4 A9 A 0 E 17 66 13 48
Octal 261 304 251 12 0 16 27 146 23 110
Binary 10110001 11000100 10101001 1010 0 1110 10111 1100110 10011 1001000

Color Harmonies of #B1C4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C4A9

Black with #B1C4A9

Text Example


Text Example

White with #B1C4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C4A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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