#B7BFB5

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

Shades of Rainee #B7BFB5

Tints of Rainee #B7BFB5

Color information

#B7BFB5 (or 0xB7BFB5) is unknown color: approx Rainee. HEX triplet: B7, BF and B5. RGB value is (183,191,181). Sum of RGB (Red+Green+Blue) = 183+191+181=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFB5 is #48404A. Grayscale: #BBBBBB. Windows color (decimal): -4735051 or 11911095. OLE color: 11911095.

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

Color convert

RGB183191181-
CMYK0.0400.050.25
HSL108º7.25%72.94%-
HSV(B)108º5.24%74.9%-
XYZ46.550.6751.04-
YUV187.47124.35124.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.97%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=32.97%
G=34.41%
B=32.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831911810.0400.050.251087.2572.94
HexB7BFB5405196c749
Octal267277265405311547111
Binary10110111101111111011010110001011100111011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFB5; }

 p { color: rgb(183,191,181); }

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

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

 a { background-color: rgb(183,191,181); }

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

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

 span { border-color: rgb(183,191,181); }

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