#BAD3C6

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

Shades of Nebula #BAD3C6

Tints of Nebula #BAD3C6

Color information

#BAD3C6 (or 0xBAD3C6) is unknown color: approx Nebula. HEX triplet: BA, D3 and C6. RGB value is (186,211,198). Sum of RGB (Red+Green+Blue) = 186+211+198=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3C6 is #452C39. Grayscale: #CACACA. Windows color (decimal): -4533306 or 13030330. OLE color: 13030330.

HSL color Cylindrical-coordinate representation of color #BAD3C6: hue angle of 148.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD3C6 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB186211198-
CMYK0.1200.060.17
HSL148.8º22.12%77.84%-
HSV(B)148.8º11.85%82.75%-
XYZ53.7461.162.39-
YUV202.04125.72116.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 211 (82.81% from 255) = 35.46%
BLUE value IS 198 (77.73% from 255) = 33.28%
R=31.26%
G=35.46%
B=33.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111980.1200.060.17148.822.1277.84
HexBAD3C6C061195164e
Octal27232330614062122526116
Binary101110101101001111000110110001101000110010101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD3C6; }

 p { color: rgb(186,211,198); }

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

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

 a { background-color: rgb(186,211,198); }

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

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

 span { border-color: rgb(186,211,198); }

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