Html Css Color HEX #AFBACB Spindle

📋 copy color: '#AFBACB'

red 175 ◦ green 186 ◦ blue 203

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

Shades of Spindle #AFBACB

Tints of Spindle #AFBACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.98%

 BLUE value IS 203 (79.69% from 255) = 35.99%

R = 31.03%
G = 32.98%
B = 35.99%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFBACB (or 0xAFBACB) is known color: Spindle. HEX triplet: AF, BA and CB. RGB value is (175,186,203). Sum of RGB (Red+Green+Blue) = 175+186+203=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBACB is #504534. Grayscale: #B8B8B8. Windows color (decimal): -5260597 or 13351599. OLE color: 13351599.

HSL color Cylindrical-coordinate representation of color #AFBACB: hue angle of 216.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBACB is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 186 203 -
CMYK 0.14 0.08 0 0.20
HSL 216.43º 0.21% 0.74% -
HSV(B) 216.43º 0.14% 0.8% -
XYZ 46.02 48.54 63.44 -
YUV 184.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 175 186 203 0.14 0.08 0 0.20 216.43 0.21 0.74
Hex AF BA CB E 8 0 14 D8 15 4A
Octal 257 272 313 16 10 0 24 330 25 112
Binary 10101111 10111010 11001011 1110 1000 0 10100 11011000 10101 1001010

Color Harmonies of #AFBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBACB

Black with #AFBACB

Text Example


Text Example

White with #AFBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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