Html Css Color HEX #AFBECD Spindle

📋 copy color: '#AFBECD'

red 175 ◦ green 190 ◦ blue 205

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

Shades of Spindle #AFBECD

Tints of Spindle #AFBECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.33%

 BLUE value IS 205 (80.47% from 255) = 35.96%

R = 30.7%
G = 33.33%
B = 35.96%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFBECD (or 0xAFBECD) is known color: Spindle. HEX triplet: AF, BE and CD. RGB value is (175,190,205). Sum of RGB (Red+Green+Blue) = 175+190+205=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBECD is #504132. Grayscale: #BBBBBB. Windows color (decimal): -5259571 or 13483695. OLE color: 13483695.

HSL color Cylindrical-coordinate representation of color #AFBECD: hue angle of 210º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBECD is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 190 205 -
CMYK 0.15 0.07 0 0.20
HSL 210º 0.23% 0.75% -
HSV(B) 210º 0.15% 0.8% -
XYZ 47.11 50.35 64.99 -
YUV 187.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 175 190 205 0.15 0.07 0 0.20 210 0.23 0.75
Hex AF BE CD F 7 0 14 D2 17 4B
Octal 257 276 315 17 7 0 24 322 27 113
Binary 10101111 10111110 11001101 1111 111 0 10100 11010010 10111 1001011

Color Harmonies of #AFBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBECD

Black with #AFBECD

Text Example


Text Example

White with #AFBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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