#BACEC6

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

Shades of Jet Stream #BACEC6

Tints of Jet Stream #BACEC6

Color information

#BACEC6 (or 0xBACEC6) is unknown color: approx Jet Stream. HEX triplet: BA, CE and C6. RGB value is (186,206,198). Sum of RGB (Red+Green+Blue) = 186+206+198=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEC6 is #453139. Grayscale: #C7C7C7. Windows color (decimal): -4534586 or 13029050. OLE color: 13029050.

HSL color Cylindrical-coordinate representation of color #BACEC6: hue angle of 156º degrees, saturation: 0.17, 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 #BACEC6 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB186206198-
CMYK0.1000.040.19
HSL156º16.95%76.86%-
HSV(B)156º9.71%80.78%-
XYZ52.5158.6661.98-
YUV199.11127.37118.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=31.53%
G=34.92%
B=33.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061980.1000.040.1915616.9576.86
HexBACEC6A04139c114d
Octal27231630612042323421115
Binary101110101100111011000110101001001001110011100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEC6; }

 p { color: rgb(186,206,198); }

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

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

 a { background-color: rgb(186,206,198); }

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

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

 span { border-color: rgb(186,206,198); }

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