#A4BBD0

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

Shades of Spindle #A4BBD0

Tints of Spindle #A4BBD0

Color information

#A4BBD0 (or 0xA4BBD0) is unknown color: approx Spindle. HEX triplet: A4, BB and D0. RGB value is (164,187,208). Sum of RGB (Red+Green+Blue) = 164+187+208=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #A4BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBD0 is #5B442F. Grayscale: #B6B6B6. Windows color (decimal): -5981232 or 13679524. OLE color: 13679524.

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

Color convert

RGB164187208-
CMYK0.210.1000.18
HSL208.64º31.88%72.94%-
HSV(B)208.64º21.15%81.57%-
XYZ44.4747.9966.59-
YUV182.52142.38114.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.34%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 208 (81.64% from 255) = 37.21%
R=29.34%
G=33.45%
B=37.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641872080.210.1000.18208.6431.8872.94
HexA4BBD015A012d12049
Octal244273320251202232140111
Binary101001001011101111010000101011010010010110100011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBD0; }

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

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

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

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

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

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

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

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