Html Css Color HEX #AFACBE Wistful

📋 copy color: '#AFACBE'

red 175 ◦ green 172 ◦ blue 190

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

Shades of Wistful #AFACBE

Tints of Wistful #AFACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.03%

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

R = 32.59%
G = 32.03%
B = 35.38%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFACBE (or 0xAFACBE) is known color: Wistful. HEX triplet: AF, AC and BE. RGB value is (175,172,190). Sum of RGB (Red+Green+Blue) = 175+172+190=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACBE is #505341. Grayscale: #AEAEAE. Windows color (decimal): -5264194 or 12496047. OLE color: 12496047.

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

Color convert

RGB 175 172 190 -
CMYK 0.08 0.09 0 0.25
HSL 250º 0.12% 0.71% -
HSV(B) 250º 0.09% 0.75% -
XYZ 41.73 42.34 54.69 -
YUV 174.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 175 172 190 0.08 0.09 0 0.25 250 0.12 0.71
Hex AF AC BE 8 9 0 19 FA C 47
Octal 257 254 276 10 11 0 31 372 14 107
Binary 10101111 10101100 10111110 1000 1001 0 11001 11111010 1100 1000111

Color Harmonies of #AFACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACBE

Black with #AFACBE

Text Example


Text Example

White with #AFACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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