Html Css Color HEX #AFAEBB Spun Pearl

📋 copy color: '#AFAEBB'

red 175 ◦ green 174 ◦ blue 187

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

Shades of Spun Pearl #AFAEBB

Tints of Spun Pearl #AFAEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.46%

 BLUE value IS 187 (73.44% from 255) = 34.89%

R = 32.65%
G = 32.46%
B = 34.89%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFAEBB (or 0xAFAEBB) is known color: Spun Pearl. HEX triplet: AF, AE and BB. RGB value is (175,174,187). Sum of RGB (Red+Green+Blue) = 175+174+187=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEBB is #505144. Grayscale: #AFAFAF. Windows color (decimal): -5263685 or 12299951. OLE color: 12299951.

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

Color convert

RGB 175 174 187 -
CMYK 0.06 0.07 0 0.27
HSL 244.62º 0.09% 0.71% -
HSV(B) 244.62º 0.07% 0.73% -
XYZ 41.78 42.97 53.11 -
YUV 175.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 175 174 187 0.06 0.07 0 0.27 244.62 0.09 0.71
Hex AF AE BB 6 7 0 1B F5 9 47
Octal 257 256 273 6 7 0 33 365 11 107
Binary 10101111 10101110 10111011 110 111 0 11011 11110101 1001 1000111

Color Harmonies of #AFAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEBB

Black with #AFAEBB

Text Example


Text Example

White with #AFAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEBB; }

 p { color: rgb(175,174,187); }

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

background-color css

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

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

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

border-color css

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

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

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