#BAD3C4

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

Shades of Nebula #BAD3C4

Tints of Nebula #BAD3C4

Color information

#BAD3C4 (or 0xBAD3C4) is unknown color: approx Nebula. HEX triplet: BA, D3 and C4. RGB value is (186,211,196). Sum of RGB (Red+Green+Blue) = 186+211+196=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3C4 is #452C3B. Grayscale: #C9C9C9. Windows color (decimal): -4533308 or 12899258. OLE color: 12899258.

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

Color convert

RGB186211196-
CMYK0.1200.070.17
HSL144º22.12%77.84%-
HSV(B)144º11.85%82.75%-
XYZ53.5161.0161.18-
YUV201.82124.72116.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 211 (82.81% from 255) = 35.58%
BLUE value IS 196 (76.95% from 255) = 33.05%
R=31.37%
G=35.58%
B=33.05%

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
Decimal1862111960.1200.070.1714422.1277.84
HexBAD3C4C071190164e
Octal27232330414072122026116
Binary101110101101001111000100110001111000110010000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD3C4; }

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

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

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

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

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

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

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

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