#BAC8C4

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

Shades of Jet Stream #BAC8C4

Tints of Jet Stream #BAC8C4

Color information

#BAC8C4 (or 0xBAC8C4) is unknown color: approx Jet Stream. HEX triplet: BA, C8 and C4. RGB value is (186,200,196). Sum of RGB (Red+Green+Blue) = 186+200+196=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8C4 is #45373B. Grayscale: #C3C3C3. Windows color (decimal): -4536124 or 12896442. OLE color: 12896442.

HSL color Cylindrical-coordinate representation of color #BAC8C4: hue angle of 162.86º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC8C4 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB186200196-
CMYK0.0700.020.22
HSL162.86º11.29%75.69%-
HSV(B)162.86º7%78.43%-
XYZ50.8755.7360.3-
YUV195.36128.36121.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 196 (76.95% from 255) = 33.68%
R=31.96%
G=34.36%
B=33.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001960.0700.020.22162.8611.2975.69
HexBAC8C470216a3b4c
Octal2723103047022624313114
Binary101110101100100011000100111010101101010001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8C4; }

 p { color: rgb(186,200,196); }

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

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

 a { background-color: rgb(186,200,196); }

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

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

 span { border-color: rgb(186,200,196); }

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