#BACCBF

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

Shades of Nebula #BACCBF

Tints of Nebula #BACCBF

Color information

#BACCBF (or 0xBACCBF) is unknown color: approx Nebula. HEX triplet: BA, CC and BF. RGB value is (186,204,191). Sum of RGB (Red+Green+Blue) = 186+204+191=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCBF is #453340. Grayscale: #C5C5C5. Windows color (decimal): -4535105 or 12569786. OLE color: 12569786.

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

Color convert

RGB186204191-
CMYK0.0900.060.2
HSL136.67º15%76.47%-
HSV(B)136.67º8.82%80%-
XYZ51.2557.3957.67-
YUV197.14124.54120.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 191 (75% from 255) = 32.87%
R=32.01%
G=35.11%
B=32.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041910.0900.060.2136.671576.47
HexBACCBF9061489f4c
Octal27231427711062421117114
Binary10111010110011001011111110010110101001000100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCBF; }

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

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

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

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

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

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

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

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