#BAD5CB

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

Shades of Jet Stream #BAD5CB

Tints of Jet Stream #BAD5CB

Color information

#BAD5CB (or 0xBAD5CB) is unknown color: approx Jet Stream. HEX triplet: BA, D5 and CB. RGB value is (186,213,203). Sum of RGB (Red+Green+Blue) = 186+213+203=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5CB is #452A34. Grayscale: #CBCBCB. Windows color (decimal): -4532789 or 13358522. OLE color: 13358522.

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

Color convert

RGB186213203-
CMYK0.1300.050.16
HSL157.78º24.32%78.24%-
HSV(B)157.78º12.68%83.53%-
XYZ54.8262.3465.64-
YUV203.79127.55115.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=30.90%
G=35.38%
B=33.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862132030.1300.050.16157.7824.3278.24
HexBAD5CBD05109e184e
Octal27232531315052023630116
Binary101110101101010111001011110101011000010011110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5CB; }

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

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

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

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

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

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

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

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