#BACBBF

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

Shades of Nebula #BACBBF

Tints of Nebula #BACBBF

Color information

#BACBBF (or 0xBACBBF) is unknown color: approx Nebula. HEX triplet: BA, CB and BF. RGB value is (186,203,191). Sum of RGB (Red+Green+Blue) = 186+203+191=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBBF is #453440. Grayscale: #C4C4C4. Windows color (decimal): -4535361 or 12569530. OLE color: 12569530.

HSL color Cylindrical-coordinate representation of color #BACBBF: hue angle of 137.65º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACBBF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB186203191-
CMYK0.0800.060.20
HSL137.65º14.05%76.27%-
HSV(B)137.65º8.37%79.61%-
XYZ51.0156.9157.59-
YUV196.55124.87120.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 191 (75% from 255) = 32.93%
R=32.07%
G=35%
B=32.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031910.0800.060.20137.6514.0576.27
HexBACBBF806148ae4c
Octal27231327710062421216114
Binary10111010110010111011111110000110101001000101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBBF; }

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

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

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

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

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

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

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

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