#BAD0C5

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

Shades of Nebula #BAD0C5

Tints of Nebula #BAD0C5

Color information

#BAD0C5 (or 0xBAD0C5) is unknown color: approx Nebula. HEX triplet: BA, D0 and C5. RGB value is (186,208,197). Sum of RGB (Red+Green+Blue) = 186+208+197=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0C5 is #452F3A. Grayscale: #C8C8C8. Windows color (decimal): -4534075 or 12964026. OLE color: 12964026.

HSL color Cylindrical-coordinate representation of color #BAD0C5: hue angle of 150º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD0C5 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB186208197-
CMYK0.1100.050.18
HSL150º18.97%77.25%-
HSV(B)150º10.58%81.57%-
XYZ52.8859.5861.54-
YUV200.17126.21117.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 208 (81.64% from 255) = 35.19%
BLUE value IS 197 (77.34% from 255) = 33.33%
R=31.47%
G=35.19%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862081970.1100.050.1815018.9777.25
HexBAD0C5B051296134d
Octal27232030513052222623115
Binary101110101101000011000101101101011001010010110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0C5; }

 p { color: rgb(186,208,197); }

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

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

 a { background-color: rgb(186,208,197); }

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

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

 span { border-color: rgb(186,208,197); }

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