#BAD1CA

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

Shades of Jet Stream #BAD1CA

Tints of Jet Stream #BAD1CA

Color information

#BAD1CA (or 0xBAD1CA) is unknown color: approx Jet Stream. HEX triplet: BA, D1 and CA. RGB value is (186,209,202). Sum of RGB (Red+Green+Blue) = 186+209+202=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1CA is #452E35. Grayscale: #C9C9C9. Windows color (decimal): -4533814 or 13291962. OLE color: 13291962.

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

Color convert

RGB186209202-
CMYK0.1100.030.18
HSL161.74º20%77.45%-
HSV(B)161.74º11%81.96%-
XYZ53.7160.364.69-
YUV201.32128.38117.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 209 (82.03% from 255) = 35.01%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=31.16%
G=35.01%
B=33.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862092020.1100.030.18161.742077.45
HexBAD1CAB0312a2144d
Octal27232131213032224224115
Binary10111010110100011100101010110111001010100010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1CA; }

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

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

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

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

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

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

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

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