Html Css Color HEX #BACECC Jungle Mist

📋 copy color: '#BACECC'

red 186 ◦ green 206 ◦ blue 204

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

Shades of Jungle Mist #BACECC

Tints of Jungle Mist #BACECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.56%

 BLUE value IS 204 (80.08% from 255) = 34.23%

R = 31.21%
G = 34.56%
B = 34.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#BACECC (or 0xBACECC) is known color: Jungle Mist. HEX triplet: BA, CE and CC. RGB value is (186,206,204). Sum of RGB (Red+Green+Blue) = 186+206+204=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #BACECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACECC is #453133. Grayscale: #C7C7C7. Windows color (decimal): -4534580 or 13422266. OLE color: 13422266.

HSL color Cylindrical-coordinate representation of color #BACECC: hue angle of 174º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACECC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 204 -
CMYK 0.10 0 0.01 0.19
HSL 174º 0.17% 0.77% -
HSV(B) 174º 0.1% 0.81% -
XYZ 53.22 58.94 65.7 -
YUV 199.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 186 206 204 0.10 0 0.01 0.19 174 0.17 0.77
Hex BA CE CC A 0 1 13 AE 11 4D
Octal 272 316 314 12 0 1 23 256 21 115
Binary 10111010 11001110 11001100 1010 0 1 10011 10101110 10001 1001101

Color Harmonies of #BACECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACECC

Black with #BACECC

Text Example


Text Example

White with #BACECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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