#BAD4C8

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

Shades of Jet Stream #BAD4C8

Tints of Jet Stream #BAD4C8

Color information

#BAD4C8 (or 0xBAD4C8) is unknown color: approx Jet Stream. HEX triplet: BA, D4 and C8. RGB value is (186,212,200). Sum of RGB (Red+Green+Blue) = 186+212+200=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4C8 is #452B37. Grayscale: #CACACA. Windows color (decimal): -4533048 or 13161658. OLE color: 13161658.

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

Color convert

RGB186212200-
CMYK0.1200.060.17
HSL152.31º23.21%78.04%-
HSV(B)152.31º12.26%83.14%-
XYZ54.2261.763.69-
YUV202.86126.39115.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 212 (83.20% from 255) = 35.45%
BLUE value IS 200 (78.52% from 255) = 33.44%
R=31.10%
G=35.45%
B=33.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862122000.1200.060.17152.3123.2178.04
HexBAD4C8C061198174e
Octal27232431014062123027116
Binary101110101101010011001000110001101000110011000101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4C8; }

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

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

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

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

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

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

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

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