Html Css Color HEX #AFADBA Spun Pearl

📋 copy color: '#AFADBA'

red 175 ◦ green 173 ◦ blue 186

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

Shades of Spun Pearl #AFADBA

Tints of Spun Pearl #AFADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.4%

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 32.77%
G = 32.4%
B = 34.83%

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

#AFADBA (or 0xAFADBA) is known color: Spun Pearl. HEX triplet: AF, AD and BA. RGB value is (175,173,186). Sum of RGB (Red+Green+Blue) = 175+173+186=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADBA is #505245. Grayscale: #AFAFAF. Windows color (decimal): -5263942 or 12234159. OLE color: 12234159.

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

Color convert

RGB 175 173 186 -
CMYK 0.06 0.07 0 0.27
HSL 249.23º 0.09% 0.7% -
HSV(B) 249.23º 0.07% 0.73% -
XYZ 41.49 42.55 52.48 -
YUV 175.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 175 173 186 0.06 0.07 0 0.27 249.23 0.09 0.7
Hex AF AD BA 6 7 0 1B F9 9 46
Octal 257 255 272 6 7 0 33 371 11 106
Binary 10101111 10101101 10111010 110 111 0 11011 11111001 1001 1000110

Color Harmonies of #AFADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADBA

Black with #AFADBA

Text Example


Text Example

White with #AFADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADBA; }

 p { color: rgb(175,173,186); }

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

background-color css

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

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

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

border-color css

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

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

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