Html Css Color HEX #ACC8CB Jungle Mist

📋 copy color: '#ACC8CB'

red 172 ◦ green 200 ◦ blue 203

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

Shades of Jungle Mist #ACC8CB

Tints of Jungle Mist #ACC8CB

RGB

 RED value IS 172 (67.58% from 255) = 29.91%

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

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 29.91%
G = 34.78%
B = 35.3%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACC8CB (or 0xACC8CB) is known color: Jungle Mist. HEX triplet: AC, C8 and CB. RGB value is (172,200,203). Sum of RGB (Red+Green+Blue) = 172+200+203=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8CB is #533734. Grayscale: #BFBFBF. Windows color (decimal): -5453621 or 13355180. OLE color: 13355180.

HSL color Cylindrical-coordinate representation of color #ACC8CB: hue angle of 185.81º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC8CB is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 200 203 -
CMYK 0.15 0.01 0 0.20
HSL 185.81º 0.23% 0.74% -
HSV(B) 185.81º 0.15% 0.8% -
XYZ 48.45 54.39 64.45 -
YUV 191.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 172 200 203 0.15 0.01 0 0.20 185.81 0.23 0.74
Hex AC C8 CB F 1 0 14 BA 17 4A
Octal 254 310 313 17 1 0 24 272 27 112
Binary 10101100 11001000 11001011 1111 1 0 10100 10111010 10111 1001010

Color Harmonies of #ACC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8CB

Black with #ACC8CB

Text Example


Text Example

White with #ACC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8CB; }

 p { color: rgb(172,200,203); }

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

background-color css

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

 a { background-color: rgb(172,200,203); }

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

border-color css

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

 span { border-color: rgb(172,200,203); }

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