#A1BFCF

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

Shades of Heather #A1BFCF

Tints of Heather #A1BFCF

Color information

#A1BFCF (or 0xA1BFCF) is unknown color: approx Heather. HEX triplet: A1, BF and CF. RGB value is (161,191,207). Sum of RGB (Red+Green+Blue) = 161+191+207=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFCF is #5E4030. Grayscale: #B7B7B7. Windows color (decimal): -6176817 or 13615009. OLE color: 13615009.

HSL color Cylindrical-coordinate representation of color #A1BFCF: hue angle of 200.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1BFCF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161191207-
CMYK0.220.0800.19
HSL200.87º32.39%72.16%-
HSV(B)200.87º22.22%81.18%-
XYZ44.5949.3466.21-
YUV183.85141.06111.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.80%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=28.80%
G=34.17%
B=37.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611912070.220.0800.19200.8732.3972.16
HexA1BFCF168013c92048
Octal241277317261002331140110
Binary101000011011111111001111101101000010011110010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFCF; }

 p { color: rgb(161,191,207); }

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

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

 a { background-color: rgb(161,191,207); }

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

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

 span { border-color: rgb(161,191,207); }

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