#A8BCCD

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

Shades of Heather #A8BCCD

Tints of Heather #A8BCCD

Color information

#A8BCCD (or 0xA8BCCD) is unknown color: approx Heather. HEX triplet: A8, BC and CD. RGB value is (168,188,205). Sum of RGB (Red+Green+Blue) = 168+188+205=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCCD is #574332. Grayscale: #B7B7B7. Windows color (decimal): -5718835 or 13483176. OLE color: 13483176.

HSL color Cylindrical-coordinate representation of color #A8BCCD: hue angle of 207.57º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8BCCD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168188205-
CMYK0.180.0800.20
HSL207.57º27.01%73.14%-
HSV(B)207.57º18.05%80.39%-
XYZ45.1548.764.78-
YUV183.96139.87116.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=29.95%
G=33.51%
B=36.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681882050.180.0800.20207.5727.0173.14
HexA8BCCD128014d01b49
Octal250274315221002432033111
Binary10101000101111001100110110010100001010011010000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCCD; }

 p { color: rgb(168,188,205); }

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

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

 a { background-color: rgb(168,188,205); }

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

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

 span { border-color: rgb(168,188,205); }

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