Html Css Color HEX #BAC6C9 Jungle Mist

📋 copy color: '#BAC6C9'

red 186 ◦ green 198 ◦ blue 201

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

Shades of Jungle Mist #BAC6C9

Tints of Jungle Mist #BAC6C9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.85%

 BLUE value IS 201 (78.91% from 255) = 34.36%

R = 31.79%
G = 33.85%
B = 34.36%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAC6C9 (or 0xBAC6C9) is known color: Jungle Mist. HEX triplet: BA, C6 and C9. RGB value is (186,198,201). Sum of RGB (Red+Green+Blue) = 186+198+201=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAC6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6C9 is #453936. Grayscale: #C2C2C2. Windows color (decimal): -4536631 or 13223610. OLE color: 13223610.

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

Color convert

RGB 186 198 201 -
CMYK 0.07 0.01 0 0.21
HSL 192º 0.12% 0.76% -
HSV(B) 192º 0.07% 0.79% -
XYZ 50.99 55.04 63.2 -
YUV 194.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 186 198 201 0.07 0.01 0 0.21 192 0.12 0.76
Hex BA C6 C9 7 1 0 15 C0 C 4C
Octal 272 306 311 7 1 0 25 300 14 114
Binary 10111010 11000110 11001001 111 1 0 10101 11000000 1100 1001100

Color Harmonies of #BAC6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6C9

Black with #BAC6C9

Text Example


Text Example

White with #BAC6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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