#B9BEBB

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

Shades of Nebula #B9BEBB

Tints of Nebula #B9BEBB

Color information

#B9BEBB (or 0xB9BEBB) is unknown color: approx Nebula. HEX triplet: B9, BE and BB. RGB value is (185,190,187). Sum of RGB (Red+Green+Blue) = 185+190+187=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEBB is #464144. Grayscale: #BCBCBC. Windows color (decimal): -4604229 or 12304057. OLE color: 12304057.

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

Color convert

RGB185190187-
CMYK0.0300.020.25
HSL144º3.7%73.53%-
HSV(B)144º2.63%74.51%-
XYZ47.3950.7354.31-
YUV188.16127.34125.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=32.92%
G=33.81%
B=33.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901870.0300.020.251443.773.53
HexB9BEBB302199044a
Octal271276273302312204112
Binary1011100110111110101110111101011001100100001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEBB; }

 p { color: rgb(185,190,187); }

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

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

 a { background-color: rgb(185,190,187); }

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

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

 span { border-color: rgb(185,190,187); }

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