#BAD5CD

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

Shades of Jet Stream #BAD5CD

Tints of Jet Stream #BAD5CD

Color information

#BAD5CD (or 0xBAD5CD) is unknown color: approx Jet Stream. HEX triplet: BA, D5 and CD. RGB value is (186,213,205). Sum of RGB (Red+Green+Blue) = 186+213+205=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5CD is #452A32. Grayscale: #CCCCCC. Windows color (decimal): -4532787 or 13489594. OLE color: 13489594.

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

Color convert

RGB186213205-
CMYK0.1300.040.16
HSL162.22º24.32%78.24%-
HSV(B)162.22º12.68%83.53%-
XYZ55.0662.4466.91-
YUV204.02128.55115.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=30.79%
G=35.26%
B=33.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862132050.1300.040.16162.2224.3278.24
HexBAD5CDD0410a2184e
Octal27232531515042024230116
Binary101110101101010111001101110101001000010100010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5CD; }

 p { color: rgb(186,213,205); }

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

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

 a { background-color: rgb(186,213,205); }

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

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

 span { border-color: rgb(186,213,205); }

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