Html Css Color HEX #BACDCC Jungle Mist

📋 copy color: '#BACDCC'

red 186 ◦ green 205 ◦ blue 204

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

Shades of Jungle Mist #BACDCC

Tints of Jungle Mist #BACDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.45%

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

R = 31.26%
G = 34.45%
B = 34.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#BACDCC (or 0xBACDCC) is known color: Jungle Mist. HEX triplet: BA, CD and CC. RGB value is (186,205,204). Sum of RGB (Red+Green+Blue) = 186+205+204=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDCC is #453233. Grayscale: #C7C7C7. Windows color (decimal): -4534836 or 13422010. OLE color: 13422010.

HSL color Cylindrical-coordinate representation of color #BACDCC: hue angle of 176.84º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACDCC is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 204 -
CMYK 0.09 0 0.00 0.20
HSL 176.84º 0.16% 0.77% -
HSV(B) 176.84º 0.09% 0.8% -
XYZ 52.98 58.46 65.62 -
YUV 199.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 186 205 204 0.09 0 0.00 0.20 176.84 0.16 0.77
Hex BA CD CC 9 0 0 14 B1 10 4D
Octal 272 315 314 11 0 0 24 261 20 115
Binary 10111010 11001101 11001100 1001 0 0 10100 10110001 10000 1001101

Color Harmonies of #BACDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDCC

Black with #BACDCC

Text Example


Text Example

White with #BACDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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