#A7BCCE

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

Shades of Spindle #A7BCCE

Tints of Spindle #A7BCCE

Color information

#A7BCCE (or 0xA7BCCE) is unknown color: approx Spindle. HEX triplet: A7, BC and CE. RGB value is (167,188,206). Sum of RGB (Red+Green+Blue) = 167+188+206=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #A7BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCCE is #584331. Grayscale: #B7B7B7. Windows color (decimal): -5784370 or 13548711. OLE color: 13548711.

HSL color Cylindrical-coordinate representation of color #A7BCCE: hue angle of 207.69º degrees, saturation: 0.28, 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 #A7BCCE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167188206-
CMYK0.190.0900.19
HSL207.69º28.47%73.14%-
HSV(B)207.69º18.93%80.78%-
XYZ45.0648.6465.41-
YUV183.77140.54116.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.77%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=29.77%
G=33.51%
B=36.72%

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
Decimal1671882060.190.0900.19207.6928.4773.14
HexA7BCCE139013d01c49
Octal247274316231102332034111
Binary10100111101111001100111010011100101001111010000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCCE; }

 p { color: rgb(167,188,206); }

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

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

 a { background-color: rgb(167,188,206); }

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

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

 span { border-color: rgb(167,188,206); }

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