Html Css Color HEX #BAC8C6 Jungle Mist

📋 copy color: '#BAC8C6'

red 186 ◦ green 200 ◦ blue 198

#BAC8C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #BAC8C6

Tints of Jungle Mist #BAC8C6

RGB

 RED value IS 186 (73.05% from 255) = 31.85%

 GREEN value IS 200 (78.52% from 255) = 34.25%

 BLUE value IS 198 (77.73% from 255) = 33.9%

R = 31.85%
G = 34.25%
B = 33.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#BAC8C6 (or 0xBAC8C6) is known color: Jungle Mist. HEX triplet: BA, C8 and C6. RGB value is (186,200,198). Sum of RGB (Red+Green+Blue) = 186+200+198=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8C6 is #453739. Grayscale: #C3C3C3. Windows color (decimal): -4536122 or 13027514. OLE color: 13027514.

HSL color Cylindrical-coordinate representation of color #BAC8C6: hue angle of 171.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC8C6 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 200 198 -
CMYK 0.07 0 0.01 0.22
HSL 171.43º 0.11% 0.76% -
HSV(B) 171.43º 0.07% 0.78% -
XYZ 51.1 55.82 61.51 -
YUV 195.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 186 200 198 0.07 0 0.01 0.22 171.43 0.11 0.76
Hex BA C8 C6 7 0 1 16 AB B 4C
Octal 272 310 306 7 0 1 26 253 13 114
Binary 10111010 11001000 11000110 111 0 1 10110 10101011 1011 1001100

Color Harmonies of #BAC8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8C6

Black with #BAC8C6

Text Example


Text Example

White with #BAC8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8C6; }

 p { color: rgb(186,200,198); }

 H1.HeaderClassName
 {
   color: #BAC8C6;
 }
 .AnyTagClassName
 {
   color: #BAC8C6;
 }
</style>

background-color css

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

 a { background-color: rgb(186,200,198); }

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

border-color css

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

 span { border-color: rgb(186,200,198); }

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