#BACCCA

Color #BACCCA Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #BACCCA

Tints of Jungle Mist #BACCCA

Color information

#BACCCA (or 0xBACCCA) is unknown color: approx Jungle Mist. HEX triplet: BA, CC and CA. RGB value is (186,204,202). Sum of RGB (Red+Green+Blue) = 186+204+202=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCCA is #453335. Grayscale: #C6C6C6. Windows color (decimal): -4535094 or 13290682. OLE color: 13290682.

HSL color Cylindrical-coordinate representation of color #BACCCA: hue angle of 173.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 #BACCCA is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB186204202-
CMYK0.0900.010.2
HSL173.33º15%76.47%-
HSV(B)173.33º8.82%80%-
XYZ52.557.8964.28-
YUV198.39130.04119.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=31.42%
G=34.46%
B=34.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862042020.0900.010.2173.331576.47
HexBACCCA90114adf4c
Octal27231431211012425517114
Binary101110101100110011001010100101101001010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCCA; }

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

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

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

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

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

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

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

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