#A1BFCA

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

Shades of Heather #A1BFCA

Tints of Heather #A1BFCA

Color information

#A1BFCA (or 0xA1BFCA) is unknown color: approx Heather. HEX triplet: A1, BF and CA. RGB value is (161,191,202). Sum of RGB (Red+Green+Blue) = 161+191+202=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFCA is #5E4035. Grayscale: #B7B7B7. Windows color (decimal): -6176822 or 13287329. OLE color: 13287329.

HSL color Cylindrical-coordinate representation of color #A1BFCA: hue angle of 196.1º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1BFCA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161191202-
CMYK0.200.0500.21
HSL196.1º27.89%71.18%-
HSV(B)196.1º20.3%79.22%-
XYZ43.9949.163.04-
YUV183.28138.56112.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=29.06%
G=34.48%
B=36.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611912020.200.0500.21196.127.8971.18
HexA1BFCA145015c41c47
Octal24127731224502530434107
Binary1010000110111111110010101010010101010111000100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFCA; }

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

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

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

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

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

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

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

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