#BAD3CB

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

Shades of Jet Stream #BAD3CB

Tints of Jet Stream #BAD3CB

Color information

#BAD3CB (or 0xBAD3CB) is unknown color: approx Jet Stream. HEX triplet: BA, D3 and CB. RGB value is (186,211,203). Sum of RGB (Red+Green+Blue) = 186+211+203=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3CB is #452C34. Grayscale: #CACACA. Windows color (decimal): -4533301 or 13358010. OLE color: 13358010.

HSL color Cylindrical-coordinate representation of color #BAD3CB: hue angle of 160.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD3CB is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB186211203-
CMYK0.1200.040.17
HSL160.8º22.12%77.84%-
HSV(B)160.8º11.85%82.75%-
XYZ54.3261.3465.48-
YUV202.61128.22116.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=31%
G=35.17%
B=33.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862112030.1200.040.17160.822.1277.84
HexBAD3CBC0411a1164e
Octal27232331314042124126116
Binary101110101101001111001011110001001000110100001101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD3CB; }

 p { color: rgb(186,211,203); }

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

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

 a { background-color: rgb(186,211,203); }

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

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

 span { border-color: rgb(186,211,203); }

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