#BACFCA

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

Shades of Jet Stream #BACFCA

Tints of Jet Stream #BACFCA

Color information

#BACFCA (or 0xBACFCA) is unknown color: approx Jet Stream. HEX triplet: BA, CF and CA. RGB value is (186,207,202). Sum of RGB (Red+Green+Blue) = 186+207+202=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFCA is #453035. Grayscale: #C8C8C8. Windows color (decimal): -4534326 or 13291450. OLE color: 13291450.

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

Color convert

RGB186207202-
CMYK0.1000.020.19
HSL165.71º17.95%77.06%-
HSV(B)165.71º10.14%81.18%-
XYZ53.2259.3364.52-
YUV200.15129.04117.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=31.26%
G=34.79%
B=33.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862072020.1000.020.19165.7117.9577.06
HexBACFCAA0213a6124d
Octal27231731212022324622115
Binary10111010110011111100101010100101001110100110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFCA; }

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

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

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

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

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

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

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

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