#BACDC9

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

Shades of Jet Stream #BACDC9

Tints of Jet Stream #BACDC9

Color information

#BACDC9 (or 0xBACDC9) is unknown color: approx Jet Stream. HEX triplet: BA, CD and C9. RGB value is (186,205,201). Sum of RGB (Red+Green+Blue) = 186+205+201=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC9 is #453236. Grayscale: #C6C6C6. Windows color (decimal): -4534839 or 13225402. OLE color: 13225402.

HSL color Cylindrical-coordinate representation of color #BACDC9: hue angle of 167.37º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACDC9 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB186205201-
CMYK0.0900.020.20
HSL167.37º15.97%76.67%-
HSV(B)167.37º9.27%80.39%-
XYZ52.6258.3263.74-
YUV198.86129.21118.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=31.42%
G=34.63%
B=33.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862052010.0900.020.20167.3715.9776.67
HexBACDC990214a7104d
Octal27231531111022424720115
Binary10111010110011011100100110010101010010100111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDC9; }

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

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

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

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

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

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

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

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