#B7BFBA

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

Shades of Nebula #B7BFBA

Tints of Nebula #B7BFBA

Color information

#B7BFBA (or 0xB7BFBA) is unknown color: approx Nebula. HEX triplet: B7, BF and BA. RGB value is (183,191,186). Sum of RGB (Red+Green+Blue) = 183+191+186=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFBA is #484045. Grayscale: #BCBCBC. Windows color (decimal): -4735046 or 12238775. OLE color: 12238775.

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

Color convert

RGB183191186-
CMYK0.0400.030.25
HSL142.5º5.88%73.33%-
HSV(B)142.5º4.19%74.9%-
XYZ47.0250.8753.8-
YUV188.04126.85124.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.68%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=32.68%
G=34.11%
B=33.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831911860.0400.030.25142.55.8873.33
HexB7BFBA403198e649
Octal267277272403312166111
Binary10110111101111111011101010001111001100011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFBA; }

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

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

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

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

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

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

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

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