#BABEBB

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

Shades of Nebula #BABEBB

Tints of Nebula #BABEBB

Color information

#BABEBB (or 0xBABEBB) is unknown color: approx Nebula. HEX triplet: BA, BE and BB. RGB value is (186,190,187). Sum of RGB (Red+Green+Blue) = 186+190+187=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 190 - color contains mainly: green. Hex color #BABEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEBB is #454144. Grayscale: #BCBCBC. Windows color (decimal): -4538693 or 12304058. OLE color: 12304058.

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

Color convert

RGB186190187-
CMYK0.0200.020.25
HSL135º2.99%73.73%-
HSV(B)135º2.11%74.51%-
XYZ47.6350.8554.32-
YUV188.46127.17126.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=33.04%
G=33.75%
B=33.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901870.0200.020.251352.9973.73
HexBABEBB202198734a
Octal272276273202312073112
Binary101110101011111010111011100101100110000111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEBB; }

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

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

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

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

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

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

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

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