#BACCC4

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

Shades of Jet Stream #BACCC4

Tints of Jet Stream #BACCC4

Color information

#BACCC4 (or 0xBACCC4) is unknown color: approx Jet Stream. HEX triplet: BA, CC and C4. RGB value is (186,204,196). Sum of RGB (Red+Green+Blue) = 186+204+196=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCC4 is #45333B. Grayscale: #C5C5C5. Windows color (decimal): -4535100 or 12897466. OLE color: 12897466.

HSL color Cylindrical-coordinate representation of color #BACCC4: hue angle of 153.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACCC4 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB186204196-
CMYK0.0900.040.2
HSL153.33º15%76.47%-
HSV(B)153.33º8.82%80%-
XYZ51.8157.6160.61-
YUV197.71127.04119.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 196 (76.95% from 255) = 33.45%
R=31.74%
G=34.81%
B=33.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041960.0900.040.2153.331576.47
HexBACCC49041499f4c
Octal27231430411042423117114
Binary10111010110011001100010010010100101001001100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCC4; }

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

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

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

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

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

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

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

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