#BAD6CD

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

Shades of Jet Stream #BAD6CD

Tints of Jet Stream #BAD6CD

Color information

#BAD6CD (or 0xBAD6CD) is unknown color: approx Jet Stream. HEX triplet: BA, D6 and CD. RGB value is (186,214,205). Sum of RGB (Red+Green+Blue) = 186+214+205=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6CD is #452932. Grayscale: #CCCCCC. Windows color (decimal): -4532531 or 13489850. OLE color: 13489850.

HSL color Cylindrical-coordinate representation of color #BAD6CD: hue angle of 160.71º degrees, saturation: 0.25, 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 #BAD6CD is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB186214205-
CMYK0.1300.040.16
HSL160.71º25.45%78.43%-
HSV(B)160.71º13.08%83.92%-
XYZ55.3262.9466.99-
YUV204.6128.22114.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=30.74%
G=35.37%
B=33.88%

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
Decimal1862142050.1300.040.16160.7125.4578.43
HexBAD6CDD0410a1194e
Octal27232631515042024131116
Binary101110101101011011001101110101001000010100001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6CD; }

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

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

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

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

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

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

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

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