Html Css Color HEX #AFBCBC Jungle Mist

📋 copy color: '#AFBCBC'

red 175 ◦ green 188 ◦ blue 188

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

Shades of Jungle Mist #AFBCBC

Tints of Jungle Mist #AFBCBC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.12%

 BLUE value IS 188 (73.83% from 255) = 34.12%

R = 31.76%
G = 34.12%
B = 34.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFBCBC (or 0xAFBCBC) is known color: Jungle Mist. HEX triplet: AF, BC and BC. RGB value is (175,188,188). Sum of RGB (Red+Green+Blue) = 175+188+188=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #AFBCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCBC is #504343. Grayscale: #B8B8B8. Windows color (decimal): -5260100 or 12369071. OLE color: 12369071.

HSL color Cylindrical-coordinate representation of color #AFBCBC: hue angle of 180º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBCBC is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 188 -
CMYK 0.07 0 0 0.26
HSL 180º 0.09% 0.71% -
HSV(B) 180º 0.07% 0.74% -
XYZ 44.74 48.71 54.62 -
YUV 184.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 175 188 188 0.07 0 0 0.26 180 0.09 0.71
Hex AF BC BC 7 0 0 1A B4 9 47
Octal 257 274 274 7 0 0 32 264 11 107
Binary 10101111 10111100 10111100 111 0 0 11010 10110100 1001 1000111

Color Harmonies of #AFBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCBC

Black with #AFBCBC

Text Example


Text Example

White with #AFBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCBC; }

 p { color: rgb(175,188,188); }

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

background-color css

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

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

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

border-color css

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

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

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