#BAD4C9

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

Shades of Jet Stream #BAD4C9

Tints of Jet Stream #BAD4C9

Color information

#BAD4C9 (or 0xBAD4C9) is unknown color: approx Jet Stream. HEX triplet: BA, D4 and C9. RGB value is (186,212,201). Sum of RGB (Red+Green+Blue) = 186+212+201=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4C9 is #452B36. Grayscale: #CACACA. Windows color (decimal): -4533047 or 13227194. OLE color: 13227194.

HSL color Cylindrical-coordinate representation of color #BAD4C9: hue angle of 154.62º degrees, saturation: 0.23, 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 #BAD4C9 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB186212201-
CMYK0.1200.050.17
HSL154.62º23.21%78.04%-
HSV(B)154.62º12.26%83.14%-
XYZ54.3461.7464.31-
YUV202.97126.89115.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 212 (83.20% from 255) = 35.39%
BLUE value IS 201 (78.91% from 255) = 33.56%
R=31.05%
G=35.39%
B=33.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862122010.1200.050.17154.6223.2178.04
HexBAD4C9C05119b174e
Octal27232431114052123327116
Binary101110101101010011001001110001011000110011011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4C9; }

 p { color: rgb(186,212,201); }

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

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

 a { background-color: rgb(186,212,201); }

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

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

 span { border-color: rgb(186,212,201); }

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