#BAD8CD

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

Shades of Jet Stream #BAD8CD

Tints of Jet Stream #BAD8CD

Color information

#BAD8CD (or 0xBAD8CD) is unknown color: approx Jet Stream. HEX triplet: BA, D8 and CD. RGB value is (186,216,205). Sum of RGB (Red+Green+Blue) = 186+216+205=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8CD is #452732. Grayscale: #CDCDCD. Windows color (decimal): -4532019 or 13490362. OLE color: 13490362.

HSL color Cylindrical-coordinate representation of color #BAD8CD: hue angle of 158º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD8CD is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB186216205-
CMYK0.1400.050.15
HSL158º27.78%78.82%-
HSV(B)158º13.89%84.71%-
XYZ55.8363.9667.16-
YUV205.78127.56113.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=30.64%
G=35.58%
B=33.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862162050.1400.050.1515827.7878.82
HexBAD8CDE05F9e1c4f
Octal27233031516051723634117
Binary10111010110110001100110111100101111110011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8CD; }

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

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

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

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

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

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

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

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