#BACFC9

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

Shades of Jet Stream #BACFC9

Tints of Jet Stream #BACFC9

Color information

#BACFC9 (or 0xBACFC9) is unknown color: approx Jet Stream. HEX triplet: BA, CF and C9. RGB value is (186,207,201). Sum of RGB (Red+Green+Blue) = 186+207+201=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFC9 is #453036. Grayscale: #C8C8C8. Windows color (decimal): -4534327 or 13225914. OLE color: 13225914.

HSL color Cylindrical-coordinate representation of color #BACFC9: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACFC9 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB186207201-
CMYK0.1000.030.19
HSL162.86º17.95%77.06%-
HSV(B)162.86º10.14%81.18%-
XYZ53.1159.2863.9-
YUV200.04128.54117.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.31%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=31.31%
G=34.85%
B=33.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862072010.1000.030.19162.8617.9577.06
HexBACFC9A0313a3124d
Octal27231731112032324322115
Binary10111010110011111100100110100111001110100011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFC9; }

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

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

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

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

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

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

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

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