#BACCCD

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

Shades of Jungle Mist #BACCCD

Tints of Jungle Mist #BACCCD

Color information

#BACCCD (or 0xBACCCD) is unknown color: approx Jungle Mist. HEX triplet: BA, CC and CD. RGB value is (186,204,205). Sum of RGB (Red+Green+Blue) = 186+204+205=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #BACCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCCD is #453332. Grayscale: #C6C6C6. Windows color (decimal): -4535091 or 13487290. OLE color: 13487290.

HSL color Cylindrical-coordinate representation of color #BACCCD: hue angle of 183.16º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACCCD is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186204205-
CMYK0.090.0000.20
HSL183.16º15.97%76.67%-
HSV(B)183.16º9.27%80.39%-
XYZ52.8658.0366.17-
YUV198.73131.54118.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=31.26%
G=34.29%
B=34.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862042050.090.0000.20183.1615.9776.67
HexBACCCD90014b7104d
Octal27231431511002426720115
Binary1011101011001100110011011001001010010110111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCCD; }

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

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

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

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

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

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

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

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