Html Css Color HEX #B1C2AE Rainee

📋 copy color: '#B1C2AE'

red 177 ◦ green 194 ◦ blue 174

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

Shades of Rainee #B1C2AE

Tints of Rainee #B1C2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

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

R = 32.48%
G = 35.6%
B = 31.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#B1C2AE (or 0xB1C2AE) is known color: Rainee. HEX triplet: B1, C2 and AE. RGB value is (177,194,174). Sum of RGB (Red+Green+Blue) = 177+194+174=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C2AE is #4E3D51. Grayscale: #BABABA. Windows color (decimal): -5127506 or 11453105. OLE color: 11453105.

HSL color Cylindrical-coordinate representation of color #B1C2AE: hue angle of 111º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1C2AE is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 174 -
CMYK 0.09 0 0.10 0.24
HSL 111º 0.14% 0.72% -
HSV(B) 111º 0.1% 0.76% -
XYZ 45.06 50.99 47.51 -
YUV 186.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 177 194 174 0.09 0 0.10 0.24 111 0.14 0.72
Hex B1 C2 AE 9 0 A 18 6F E 48
Octal 261 302 256 11 0 12 30 157 16 110
Binary 10110001 11000010 10101110 1001 0 1010 11000 1101111 1110 1001000

Color Harmonies of #B1C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C2AE

Black with #B1C2AE

Text Example


Text Example

White with #B1C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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