#BACDC7

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

Shades of Jet Stream #BACDC7

Tints of Jet Stream #BACDC7

Color information

#BACDC7 (or 0xBACDC7) is unknown color: approx Jet Stream. HEX triplet: BA, CD and C7. RGB value is (186,205,199). Sum of RGB (Red+Green+Blue) = 186+205+199=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC7 is #453238. Grayscale: #C6C6C6. Windows color (decimal): -4534841 or 13094330. OLE color: 13094330.

HSL color Cylindrical-coordinate representation of color #BACDC7: hue angle of 161.05º 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 #BACDC7 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB186205199-
CMYK0.0900.030.20
HSL161.05º15.97%76.67%-
HSV(B)161.05º9.27%80.39%-
XYZ52.3958.2362.51-
YUV198.64128.21118.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=31.53%
G=34.75%
B=33.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051990.0900.030.20161.0515.9776.67
HexBACDC790314a1104d
Octal27231530711032424120115
Binary10111010110011011100011110010111010010100001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDC7; }

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

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

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

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

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

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

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

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