#A7BDD0

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

Shades of Spindle #A7BDD0

Tints of Spindle #A7BDD0

Color information

#A7BDD0 (or 0xA7BDD0) is unknown color: approx Spindle. HEX triplet: A7, BD and D0. RGB value is (167,189,208). Sum of RGB (Red+Green+Blue) = 167+189+208=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #A7BDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDD0 is #58422F. Grayscale: #B8B8B8. Windows color (decimal): -5784112 or 13680039. OLE color: 13680039.

HSL color Cylindrical-coordinate representation of color #A7BDD0: hue angle of 207.8º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7BDD0 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167189208-
CMYK0.200.0900.18
HSL207.8º30.37%73.53%-
HSV(B)207.8º19.71%81.57%-
XYZ45.5249.1666.77-
YUV184.59141.21115.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.61%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=29.61%
G=33.51%
B=36.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671892080.200.0900.18207.830.3773.53
HexA7BDD0149012d01e4a
Octal247275320241102232036112
Binary10100111101111011101000010100100101001011010000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDD0; }

 p { color: rgb(167,189,208); }

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

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

 a { background-color: rgb(167,189,208); }

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

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

 span { border-color: rgb(167,189,208); }

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