Html Css Color HEX #ACCBCF Jungle Mist

📋 copy color: '#ACCBCF'

red 172 ◦ green 203 ◦ blue 207

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

Shades of Jungle Mist #ACCBCF

Tints of Jungle Mist #ACCBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.88%

 BLUE value IS 207 (81.25% from 255) = 35.57%

R = 29.55%
G = 34.88%
B = 35.57%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACCBCF (or 0xACCBCF) is known color: Jungle Mist. HEX triplet: AC, CB and CF. RGB value is (172,203,207). Sum of RGB (Red+Green+Blue) = 172+203+207=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACCBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBCF is #533430. Grayscale: #C2C2C2. Windows color (decimal): -5452849 or 13618092. OLE color: 13618092.

HSL color Cylindrical-coordinate representation of color #ACCBCF: hue angle of 186.86º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCBCF is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 203 207 -
CMYK 0.17 0.02 0 0.19
HSL 186.86º 0.27% 0.74% -
HSV(B) 186.86º 0.17% 0.81% -
XYZ 49.63 55.99 67.22 -
YUV 194.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 172 203 207 0.17 0.02 0 0.19 186.86 0.27 0.74
Hex AC CB CF 11 2 0 13 BB 1B 4A
Octal 254 313 317 21 2 0 23 273 33 112
Binary 10101100 11001011 11001111 10001 10 0 10011 10111011 11011 1001010

Color Harmonies of #ACCBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBCF

Black with #ACCBCF

Text Example


Text Example

White with #ACCBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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