#BAD7CA

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

Shades of Jet Stream #BAD7CA

Tints of Jet Stream #BAD7CA

Color information

#BAD7CA (or 0xBAD7CA) is unknown color: approx Jet Stream. HEX triplet: BA, D7 and CA. RGB value is (186,215,202). Sum of RGB (Red+Green+Blue) = 186+215+202=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD7CA is #452835. Grayscale: #CCCCCC. Windows color (decimal): -4532278 or 13293498. OLE color: 13293498.

HSL color Cylindrical-coordinate representation of color #BAD7CA: hue angle of 153.1º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD7CA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB186215202-
CMYK0.1300.060.16
HSL153.1º26.61%78.63%-
HSV(B)153.1º13.49%84.31%-
XYZ55.2163.365.19-
YUV204.85126.39114.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=30.85%
G=35.66%
B=33.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862152020.1300.060.16153.126.6178.63
HexBAD7CAD0610991b4f
Octal27232731215062023133117
Binary101110101101011111001010110101101000010011001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD7CA; }

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

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

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

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

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

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

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

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