Html Css Color HEX #AFABCE Wistful

📋 copy color: '#AFABCE'

red 175 ◦ green 171 ◦ blue 206

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

Shades of Wistful #AFABCE

Tints of Wistful #AFABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.98%

 BLUE value IS 206 (80.86% from 255) = 37.32%

R = 31.7%
G = 30.98%
B = 37.32%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFABCE (or 0xAFABCE) is known color: Wistful. HEX triplet: AF, AB and CE. RGB value is (175,171,206). Sum of RGB (Red+Green+Blue) = 175+171+206=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABCE is #505431. Grayscale: #B0B0B0. Windows color (decimal): -5264434 or 13544367. OLE color: 13544367.

HSL color Cylindrical-coordinate representation of color #AFABCE: hue angle of 246.86º degrees, saturation: 0.26, 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 #AFABCE is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 171 206 -
CMYK 0.15 0.17 0 0.19
HSL 246.86º 0.26% 0.74% -
HSV(B) 246.86º 0.17% 0.81% -
XYZ 43.38 42.7 64.35 -
YUV 176.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 175 171 206 0.15 0.17 0 0.19 246.86 0.26 0.74
Hex AF AB CE F 11 0 13 F7 1A 4A
Octal 257 253 316 17 21 0 23 367 32 112
Binary 10101111 10101011 11001110 1111 10001 0 10011 11110111 11010 1001010

Color Harmonies of #AFABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABCE

Black with #AFABCE

Text Example


Text Example

White with #AFABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABCE; }

 p { color: rgb(175,171,206); }

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

background-color css

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

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

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

border-color css

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

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

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