#BAD4CA

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

Shades of Jet Stream #BAD4CA

Tints of Jet Stream #BAD4CA

Color information

#BAD4CA (or 0xBAD4CA) is unknown color: approx Jet Stream. HEX triplet: BA, D4 and CA. RGB value is (186,212,202). Sum of RGB (Red+Green+Blue) = 186+212+202=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4CA is #452B35. Grayscale: #CBCBCB. Windows color (decimal): -4533046 or 13292730. OLE color: 13292730.

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

Color convert

RGB186212202-
CMYK0.1200.050.17
HSL156.92º23.21%78.04%-
HSV(B)156.92º12.26%83.14%-
XYZ54.4561.7964.93-
YUV203.09127.39115.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 212 (83.20% from 255) = 35.33%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=31%
G=35.33%
B=33.67%

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
Decimal1862122020.1200.050.17156.9223.2178.04
HexBAD4CAC05119d174e
Octal27232431214052123527116
Binary101110101101010011001010110001011000110011101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4CA; }

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

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

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

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

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

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

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

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