#A7BDD4

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

Shades of Spindle #A7BDD4

Tints of Spindle #A7BDD4

Color information

#A7BDD4 (or 0xA7BDD4) is unknown color: approx Spindle. HEX triplet: A7, BD and D4. RGB value is (167,189,212). Sum of RGB (Red+Green+Blue) = 167+189+212=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #A7BDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDD4 is #58422B. Grayscale: #B8B8B8. Windows color (decimal): -5784108 or 13942183. OLE color: 13942183.

HSL color Cylindrical-coordinate representation of color #A7BDD4: hue angle of 210.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7BDD4 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167189212-
CMYK0.210.1100.17
HSL210.67º34.35%74.31%-
HSV(B)210.67º21.23%83.14%-
XYZ46.0249.3669.39-
YUV185.04143.21115.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.40%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 212 (83.20% from 255) = 37.32%
R=29.40%
G=33.27%
B=37.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671892120.210.1100.17210.6734.3574.31
HexA7BDD415B011d3224a
Octal247275324251302132342112
Binary101001111011110111010100101011011010001110100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDD4; }

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

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

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

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

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

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

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

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