#B1BCAE

Color #B1BCAE Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #B1BCAE

Tints of Rainee #B1BCAE

Color information

#B1BCAE (or 0xB1BCAE) is unknown color: approx Rainee. HEX triplet: B1, BC and AE. RGB value is (177,188,174). Sum of RGB (Red+Green+Blue) = 177+188+174=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCAE is #4E4351. Grayscale: #B7B7B7. Windows color (decimal): -5129042 or 11451569. OLE color: 11451569.

HSL color Cylindrical-coordinate representation of color #B1BCAE: hue angle of 107.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1BCAE is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB177188174-
CMYK0.0600.070.26
HSL107.14º9.46%70.98%-
HSV(B)107.14º7.45%73.73%-
XYZ43.7548.3747.07-
YUV183.12122.86123.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=32.84%
G=34.88%
B=32.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881740.0600.070.26107.149.4670.98
HexB1BCAE6071A6b947
Octal2612742566073215311107
Binary101100011011110010101110110011111010110101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCAE; }

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

 H1.HeaderClassName
 {
   color: #B1BCAE;
 }
 .AnyTagClassName
 {
   color: #B1BCAE;
 }
</style>
background-color css

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

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

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

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

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

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