#A7BDCF

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

Shades of Spindle #A7BDCF

Tints of Spindle #A7BDCF

Color information

#A7BDCF (or 0xA7BDCF) is unknown color: approx Spindle. HEX triplet: A7, BD and CF. RGB value is (167,189,207). Sum of RGB (Red+Green+Blue) = 167+189+207=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #A7BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDCF is #584230. Grayscale: #B8B8B8. Windows color (decimal): -5784113 or 13614503. OLE color: 13614503.

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

Color convert

RGB167189207-
CMYK0.190.0900.19
HSL207º29.41%73.33%-
HSV(B)207º19.32%81.18%-
XYZ45.449.1266.12-
YUV184.47140.71115.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.66%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=29.66%
G=33.57%
B=36.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671892070.190.0900.1920729.4173.33
HexA7BDCF139013cf1d49
Octal247275317231102331735111
Binary10100111101111011100111110011100101001111001111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDCF; }

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

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

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

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

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

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

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

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