#B0BEAF

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

Shades of Rainee #B0BEAF

Tints of Rainee #B0BEAF

Color information

#B0BEAF (or 0xB0BEAF) is unknown color: approx Rainee. HEX triplet: B0, BE and AF. RGB value is (176,190,175). Sum of RGB (Red+Green+Blue) = 176+190+175=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEAF is #4F4150. Grayscale: #B8B8B8. Windows color (decimal): -5194065 or 11517616. OLE color: 11517616.

HSL color Cylindrical-coordinate representation of color #B0BEAF: hue angle of 116º 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 #B0BEAF is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB176190175-
CMYK0.0700.080.25
HSL116º10.34%71.57%-
HSV(B)116º7.89%74.51%-
XYZ44.0649.1547.72-
YUV184.1122.86122.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=32.53%
G=35.12%
B=32.35%

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
Decimal1761901750.0700.080.2511610.3471.57
HexB0BEAF7081974a48
Octal26027625770103116412110
Binary1011000010111110101011111110100011001111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEAF; }

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

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

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

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

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

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

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

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