#AFBBCA

Color #AFBBCA Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #AFBBCA

Tints of Spindle #AFBBCA

Color information

#AFBBCA (or 0xAFBBCA) is unknown color: approx Spindle. HEX triplet: AF, BB and CA. RGB value is (175,187,202). Sum of RGB (Red+Green+Blue) = 175+187+202=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFBBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBCA is #504435. Grayscale: #B9B9B9. Windows color (decimal): -5260342 or 13286319. OLE color: 13286319.

HSL color Cylindrical-coordinate representation of color #AFBBCA: hue angle of 213.33º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFBBCA is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175187202-
CMYK0.130.0700.21
HSL213.33º20.3%73.92%-
HSV(B)213.33º13.37%79.22%-
XYZ46.1148.9262.89-
YUV185.12137.52120.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=31.03%
G=33.16%
B=35.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751872020.130.0700.21213.3320.373.92
HexAFBBCAD7015d5144a
Octal25727331215702532524112
Binary101011111011101111001010110111101010111010101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBCA; }

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

 H1.HeaderClassName
 {
   color: #AFBBCA;
 }
 .AnyTagClassName
 {
   color: #AFBBCA;
 }
</style>
background-color css

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

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

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

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

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

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