#A4BBCF

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

Shades of Spindle #A4BBCF

Tints of Spindle #A4BBCF

Color information

#A4BBCF (or 0xA4BBCF) is unknown color: approx Spindle. HEX triplet: A4, BB and CF. RGB value is (164,187,207). Sum of RGB (Red+Green+Blue) = 164+187+207=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBCF is #5B4430. Grayscale: #B6B6B6. Windows color (decimal): -5981233 or 13613988. OLE color: 13613988.

HSL color Cylindrical-coordinate representation of color #A4BBCF: hue angle of 207.91º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4BBCF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164187207-
CMYK0.210.1000.19
HSL207.91º30.94%72.75%-
HSV(B)207.91º20.77%81.18%-
XYZ44.3447.9465.95-
YUV182.4141.88114.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=29.39%
G=33.51%
B=37.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641872070.210.1000.19207.9130.9472.75
HexA4BBCF15A013d01f49
Octal244273317251202332037111
Binary10100100101110111100111110101101001001111010000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBCF; }

 p { color: rgb(164,187,207); }

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

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

 a { background-color: rgb(164,187,207); }

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

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

 span { border-color: rgb(164,187,207); }

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