Html Css Color HEX #BAC9CA Jungle Mist

📋 copy color: '#BAC9CA'

red 186 ◦ green 201 ◦ blue 202

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

Shades of Jungle Mist #BAC9CA

Tints of Jungle Mist #BAC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.13%

 BLUE value IS 202 (79.3% from 255) = 34.3%

R = 31.58%
G = 34.13%
B = 34.3%

CMYK

 C value IS 0.08

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAC9CA (or 0xBAC9CA) is known color: Jungle Mist. HEX triplet: BA, C9 and CA. RGB value is (186,201,202). Sum of RGB (Red+Green+Blue) = 186+201+202=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9CA is #453635. Grayscale: #C4C4C4. Windows color (decimal): -4535862 or 13289914. OLE color: 13289914.

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

Color convert

RGB 186 201 202 -
CMYK 0.08 0.00 0 0.21
HSL 183.75º 0.13% 0.76% -
HSV(B) 183.75º 0.08% 0.79% -
XYZ 51.8 56.48 64.05 -
YUV 196.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 186 201 202 0.08 0.00 0 0.21 183.75 0.13 0.76
Hex BA C9 CA 8 0 0 15 B8 D 4C
Octal 272 311 312 10 0 0 25 270 15 114
Binary 10111010 11001001 11001010 1000 0 0 10101 10111000 1101 1001100

Color Harmonies of #BAC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9CA

Black with #BAC9CA

Text Example


Text Example

White with #BAC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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