#B8BFBA

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

Shades of Nebula #B8BFBA

Tints of Nebula #B8BFBA

Color information

#B8BFBA (or 0xB8BFBA) is unknown color: approx Nebula. HEX triplet: B8, BF and BA. RGB value is (184,191,186). Sum of RGB (Red+Green+Blue) = 184+191+186=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFBA is #474045. Grayscale: #BCBCBC. Windows color (decimal): -4669510 or 12238776. OLE color: 12238776.

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

Color convert

RGB184191186-
CMYK0.0400.030.25
HSL137.14º5.19%73.53%-
HSV(B)137.14º3.66%74.9%-
XYZ47.265153.81-
YUV188.34126.68124.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.80%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=32.80%
G=34.05%
B=33.16%

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
Decimal1841911860.0400.030.25137.145.1973.53
HexB8BFBA403198954a
Octal270277272403312115112
Binary10111000101111111011101010001111001100010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFBA; }

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

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

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

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

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

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

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

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