#BAD1C4

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

Shades of Nebula #BAD1C4

Tints of Nebula #BAD1C4

Color information

#BAD1C4 (or 0xBAD1C4) is unknown color: approx Nebula. HEX triplet: BA, D1 and C4. RGB value is (186,209,196). Sum of RGB (Red+Green+Blue) = 186+209+196=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1C4 is #452E3B. Grayscale: #C8C8C8. Windows color (decimal): -4533820 or 12898746. OLE color: 12898746.

HSL color Cylindrical-coordinate representation of color #BAD1C4: hue angle of 146.09º degrees, saturation: 0.2, 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 #BAD1C4 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB186209196-
CMYK0.1100.060.18
HSL146.09º20%77.45%-
HSV(B)146.09º11%81.96%-
XYZ53.0160.0361.02-
YUV200.64125.38117.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 209 (82.03% from 255) = 35.36%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=31.47%
G=35.36%
B=33.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091960.1100.060.18146.092077.45
HexBAD1C4B061292144d
Octal27232130413062222224115
Binary101110101101000111000100101101101001010010010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1C4; }

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

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

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

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

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

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

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

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