#B1BDAE

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

Shades of Rainee #B1BDAE

Tints of Rainee #B1BDAE

Color information

#B1BDAE (or 0xB1BDAE) is unknown color: approx Rainee. HEX triplet: B1, BD and AE. RGB value is (177,189,174). Sum of RGB (Red+Green+Blue) = 177+189+174=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BDAE is #4E4251. Grayscale: #B7B7B7. Windows color (decimal): -5128786 or 11451825. OLE color: 11451825.

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

Color convert

RGB177189174-
CMYK0.0600.080.26
HSL108º10.2%71.18%-
HSV(B)108º7.94%74.12%-
XYZ43.9748.847.15-
YUV183.7122.52123.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=32.78%
G=35%
B=32.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771891740.0600.080.2610810.271.18
HexB1BDAE6081A6ca47
Octal26127525660103215412107
Binary1011000110111101101011101100100011010110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDAE; }

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

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

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

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

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

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

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

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