#BAD1C9

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

Shades of Jet Stream #BAD1C9

Tints of Jet Stream #BAD1C9

Color information

#BAD1C9 (or 0xBAD1C9) is unknown color: approx Jet Stream. HEX triplet: BA, D1 and C9. RGB value is (186,209,201). Sum of RGB (Red+Green+Blue) = 186+209+201=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1C9 is #452E36. Grayscale: #C9C9C9. Windows color (decimal): -4533815 or 13226426. OLE color: 13226426.

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

Color convert

RGB186209201-
CMYK0.1100.040.18
HSL159.13º20%77.45%-
HSV(B)159.13º11%81.96%-
XYZ53.5960.2664.06-
YUV201.21127.88117.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=31.21%
G=35.07%
B=33.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862092010.1100.040.18159.132077.45
HexBAD1C9B04129f144d
Octal27232131113042223724115
Binary101110101101000111001001101101001001010011111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1C9; }

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

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

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

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

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

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

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

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