#BAD8C6

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

Shades of Nebula #BAD8C6

Tints of Nebula #BAD8C6

Color information

#BAD8C6 (or 0xBAD8C6) is unknown color: approx Nebula. HEX triplet: BA, D8 and C6. RGB value is (186,216,198). Sum of RGB (Red+Green+Blue) = 186+216+198=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8C6 is #452739. Grayscale: #CDCDCD. Windows color (decimal): -4532026 or 13031610. OLE color: 13031610.

HSL color Cylindrical-coordinate representation of color #BAD8C6: hue angle of 144º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD8C6 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB186216198-
CMYK0.1400.080.15
HSL144º27.78%78.82%-
HSV(B)144º13.89%84.71%-
XYZ5563.6362.81-
YUV204.98124.06114.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 216 (84.77% from 255) = 36%
BLUE value IS 198 (77.73% from 255) = 33%
R=31%
G=36%
B=33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862161980.1400.080.1514427.7878.82
HexBAD8C6E08F901c4f
Octal272330306160101722034117
Binary101110101101100011000110111001000111110010000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8C6; }

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

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

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

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

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

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

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

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