Html Css Color HEX #AFBDBE Jungle Mist

📋 copy color: '#AFBDBE'

red 175 ◦ green 189 ◦ blue 190

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

Shades of Jungle Mist #AFBDBE

Tints of Jungle Mist #AFBDBE

RGB

 RED value IS 175 (68.75% from 255) = 31.59%

 GREEN value IS 189 (74.22% from 255) = 34.12%

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 31.59%
G = 34.12%
B = 34.3%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFBDBE (or 0xAFBDBE) is known color: Jungle Mist. HEX triplet: AF, BD and BE. RGB value is (175,189,190). Sum of RGB (Red+Green+Blue) = 175+189+190=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFBDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDBE is #504241. Grayscale: #B8B8B8. Windows color (decimal): -5259842 or 12500399. OLE color: 12500399.

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

Color convert

RGB 175 189 190 -
CMYK 0.08 0.01 0 0.25
HSL 184º 0.1% 0.72% -
HSV(B) 184º 0.08% 0.75% -
XYZ 45.17 49.23 55.84 -
YUV 184.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 175 189 190 0.08 0.01 0 0.25 184 0.1 0.72
Hex AF BD BE 8 1 0 19 B8 A 48
Octal 257 275 276 10 1 0 31 270 12 110
Binary 10101111 10111101 10111110 1000 1 0 11001 10111000 1010 1001000

Color Harmonies of #AFBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDBE

Black with #AFBDBE

Text Example


Text Example

White with #AFBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDBE; }

 p { color: rgb(175,189,190); }

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

background-color css

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

 a { background-color: rgb(175,189,190); }

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

border-color css

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

 span { border-color: rgb(175,189,190); }

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