Html Css Color HEX #A4BEC0 Jungle Mist

📋 copy color: '#A4BEC0'

red 164 ◦ green 190 ◦ blue 192

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

Shades of Jungle Mist #A4BEC0

Tints of Jungle Mist #A4BEC0

RGB

 RED value IS 164 (64.45% from 255) = 30.04%

 GREEN value IS 190 (74.61% from 255) = 34.8%

 BLUE value IS 192 (75.39% from 255) = 35.16%

R = 30.04%
G = 34.8%
B = 35.16%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A4BEC0 (or 0xA4BEC0) is known color: Jungle Mist. HEX triplet: A4, BE and C0. RGB value is (164,190,192). Sum of RGB (Red+Green+Blue) = 164+190+192=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #A4BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEC0 is #5B413F. Grayscale: #B6B6B6. Windows color (decimal): -5980480 or 12631716. OLE color: 12631716.

HSL color Cylindrical-coordinate representation of color #A4BEC0: hue angle of 184.29º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4BEC0 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 190 192 -
CMYK 0.15 0.01 0 0.25
HSL 184.29º 0.18% 0.7% -
HSV(B) 184.29º 0.15% 0.75% -
XYZ 43.24 48.53 56.96 -
YUV 182.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 164 190 192 0.15 0.01 0 0.25 184.29 0.18 0.7
Hex A4 BE C0 F 1 0 19 B8 12 46
Octal 244 276 300 17 1 0 31 270 22 106
Binary 10100100 10111110 11000000 1111 1 0 11001 10111000 10010 1000110

Color Harmonies of #A4BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BEC0

Black with #A4BEC0

Text Example


Text Example

White with #A4BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BEC0; }

 p { color: rgb(164,190,192); }

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

background-color css

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

 a { background-color: rgb(164,190,192); }

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

border-color css

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

 span { border-color: rgb(164,190,192); }

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