#A8BDCB

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

Shades of Heather #A8BDCB

Tints of Heather #A8BDCB

Color information

#A8BDCB (or 0xA8BDCB) is unknown color: approx Heather. HEX triplet: A8, BD and CB. RGB value is (168,189,203). Sum of RGB (Red+Green+Blue) = 168+189+203=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDCB is #574234. Grayscale: #B8B8B8. Windows color (decimal): -5718581 or 13352360. OLE color: 13352360.

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

Color convert

RGB168189203-
CMYK0.170.0700.20
HSL204º25.18%72.75%-
HSV(B)204º17.24%79.61%-
XYZ45.1349.0363.59-
YUV184.32138.54116.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=30%
G=33.75%
B=36.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681892030.170.0700.2020425.1872.75
HexA8BDCB117014cc1949
Octal25027531321702431431111
Binary1010100010111101110010111000111101010011001100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDCB; }

 p { color: rgb(168,189,203); }

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

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

 a { background-color: rgb(168,189,203); }

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

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

 span { border-color: rgb(168,189,203); }

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