#B1BEAF

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

Shades of Rainee #B1BEAF

Tints of Rainee #B1BEAF

Color information

#B1BEAF (or 0xB1BEAF) is unknown color: approx Rainee. HEX triplet: B1, BE and AF. RGB value is (177,190,175). Sum of RGB (Red+Green+Blue) = 177+190+175=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BEAF is #4E4150. Grayscale: #B8B8B8. Windows color (decimal): -5128529 or 11517617. OLE color: 11517617.

HSL color Cylindrical-coordinate representation of color #B1BEAF: hue angle of 112º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1BEAF is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB177190175-
CMYK0.0700.080.25
HSL112º10.34%71.57%-
HSV(B)112º7.89%74.51%-
XYZ44.2849.2747.73-
YUV184.4122.69122.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=32.66%
G=35.06%
B=32.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901750.0700.080.2511210.3471.57
HexB1BEAF7081970a48
Octal26127625770103116012110
Binary1011000110111110101011111110100011001111000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEAF; }

 p { color: rgb(177,190,175); }

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

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

 a { background-color: rgb(177,190,175); }

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

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

 span { border-color: rgb(177,190,175); }

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