#BACFCB

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

Shades of Jet Stream #BACFCB

Tints of Jet Stream #BACFCB

Color information

#BACFCB (or 0xBACFCB) is unknown color: approx Jet Stream. HEX triplet: BA, CF and CB. RGB value is (186,207,203). Sum of RGB (Red+Green+Blue) = 186+207+203=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFCB is #453034. Grayscale: #C8C8C8. Windows color (decimal): -4534325 or 13356986. OLE color: 13356986.

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

Color convert

RGB186207203-
CMYK0.1000.020.19
HSL168.57º17.95%77.06%-
HSV(B)168.57º10.14%81.18%-
XYZ53.3459.3865.15-
YUV200.26129.54117.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=31.21%
G=34.73%
B=34.06%

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
Decimal1862072030.1000.020.19168.5717.9577.06
HexBACFCBA0213a9124d
Octal27231731312022325122115
Binary10111010110011111100101110100101001110101001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFCB; }

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

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

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

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

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

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

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

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