#BAD3C5

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

Shades of Nebula #BAD3C5

Tints of Nebula #BAD3C5

Color information

#BAD3C5 (or 0xBAD3C5) is unknown color: approx Nebula. HEX triplet: BA, D3 and C5. RGB value is (186,211,197). Sum of RGB (Red+Green+Blue) = 186+211+197=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3C5 is #452C3A. Grayscale: #C9C9C9. Windows color (decimal): -4533307 or 12964794. OLE color: 12964794.

HSL color Cylindrical-coordinate representation of color #BAD3C5: hue angle of 146.4º 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 #BAD3C5 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB186211197-
CMYK0.1200.070.17
HSL146.4º22.12%77.84%-
HSV(B)146.4º11.85%82.75%-
XYZ53.6261.0661.78-
YUV201.93125.22116.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.31%
GREEN value IS 211 (82.81% from 255) = 35.52%
BLUE value IS 197 (77.34% from 255) = 33.16%
R=31.31%
G=35.52%
B=33.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111970.1200.070.17146.422.1277.84
HexBAD3C5C071192164e
Octal27232330514072122226116
Binary101110101101001111000101110001111000110010010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD3C5; }

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

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

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

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

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

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

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

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