#BACFCC

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

Shades of Jet Stream #BACFCC

Tints of Jet Stream #BACFCC

Color information

#BACFCC (or 0xBACFCC) is unknown color: approx Jet Stream. HEX triplet: BA, CF and CC. RGB value is (186,207,204). Sum of RGB (Red+Green+Blue) = 186+207+204=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFCC is #453033. Grayscale: #C8C8C8. Windows color (decimal): -4534324 or 13422522. OLE color: 13422522.

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

Color convert

RGB186207204-
CMYK0.1000.010.19
HSL171.43º17.95%77.06%-
HSV(B)171.43º10.14%81.18%-
XYZ53.4659.4265.78-
YUV200.38130.04117.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=31.16%
G=34.67%
B=34.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862072040.1000.010.19171.4317.9577.06
HexBACFCCA0113ab124d
Octal27231731412012325322115
Binary1011101011001111110011001010011001110101011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFCC; }

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

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

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

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

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

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

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

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