Html Css Color HEX #AFBBD0 Spindle

📋 copy color: '#AFBBD0'

red 175 ◦ green 187 ◦ blue 208

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

Shades of Spindle #AFBBD0

Tints of Spindle #AFBBD0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.81%

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 30.7%
G = 32.81%
B = 36.49%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFBBD0 (or 0xAFBBD0) is known color: Spindle. HEX triplet: AF, BB and D0. RGB value is (175,187,208). Sum of RGB (Red+Green+Blue) = 175+187+208=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFBBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBD0 is #50442F. Grayscale: #B9B9B9. Windows color (decimal): -5260336 or 13679535. OLE color: 13679535.

HSL color Cylindrical-coordinate representation of color #AFBBD0: hue angle of 218.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFBBD0 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 187 208 -
CMYK 0.16 0.10 0 0.18
HSL 218.18º 0.26% 0.75% -
HSV(B) 218.18º 0.16% 0.82% -
XYZ 46.83 49.21 66.7 -
YUV 185.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 175 187 208 0.16 0.10 0 0.18 218.18 0.26 0.75
Hex AF BB D0 10 A 0 12 DA 1A 4B
Octal 257 273 320 20 12 0 22 332 32 113
Binary 10101111 10111011 11010000 10000 1010 0 10010 11011010 11010 1001011

Color Harmonies of #AFBBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBD0

Black with #AFBBD0

Text Example


Text Example

White with #AFBBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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