Shades of Jungle Mist #BACACB
Tints of Jungle Mist #BACACB
RGB
CMYK
RGB Variations
Color information
#BACACB (or 0xBACACB) is known color: Jungle Mist. HEX triplet: BA, CA and CB. RGB value is (186,202,203). Sum of RGB (Red+Green+Blue) = 186+202+203=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #BACACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACACB is #453534. Grayscale: #C5C5C5. Windows color (decimal): -4535605 or 13355706. OLE color: 13355706.
HSL color Cylindrical-coordinate representation of color #BACACB: hue angle of 183.53º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACACB is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 202 | 203 | - |
| CMYK | 0.08 | 0.00 | 0 | 0.20 |
| HSL | 183.53º | 0.14% | 0.76% | - |
| HSV(B) | 183.53º | 0.08% | 0.8% | - |
| XYZ | 52.15 | 56.99 | 64.75 | - |
| YUV | 197.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 203 | 0.08 | 0.00 | 0 | 0.20 | 183.53 | 0.14 | 0.76 |
| Hex | BA | CA | CB | 8 | 0 | 0 | 14 | B8 | E | 4C |
| Octal | 272 | 312 | 313 | 10 | 0 | 0 | 24 | 270 | 16 | 114 |
| Binary | 10111010 | 11001010 | 11001011 | 1000 | 0 | 0 | 10100 | 10111000 | 1110 | 1001100 |
Color Harmonies of #BACACB
Complementary color
Monochromatic Colors of #BACACB
Black with #BACACB
Text Example
Text Example
White with #BACACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACACB; }
p { color: rgb(186,202,203); }
H1.HeaderClassName
{
color: #BACACB;
}
.AnyTagClassName
{
color: #BACACB;
}
</style>
background-color css
<style>
a { background-color: #BACACB; }
a { background-color: rgb(186,202,203); }
div.DivClassName
{
background-color: #BACACB;
}
.BgClassName
{
background-color: #BACACB;
}
</style>
border-color css
<style>
span { border-color: #BACACB; }
span { border-color: rgb(186,202,203); }
td.TdClassName
{
border-color: #BACACB;
}
.TagClassName
{
border-color: #BACACB;
}
</style>