#A1BFCC

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

Shades of Heather #A1BFCC

Tints of Heather #A1BFCC

Color information

#A1BFCC (or 0xA1BFCC) is unknown color: approx Heather. HEX triplet: A1, BF and CC. RGB value is (161,191,204). Sum of RGB (Red+Green+Blue) = 161+191+204=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFCC is #5E4033. Grayscale: #B7B7B7. Windows color (decimal): -6176820 or 13418401. OLE color: 13418401.

HSL color Cylindrical-coordinate representation of color #A1BFCC: hue angle of 198.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1BFCC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161191204-
CMYK0.210.0600.2
HSL198.14º29.66%71.57%-
HSV(B)198.14º21.08%80%-
XYZ44.2349.264.29-
YUV183.51139.56111.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=28.96%
G=34.35%
B=36.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611912040.210.0600.2198.1429.6671.57
HexA1BFCC156014c61e48
Octal24127731425602430636110
Binary1010000110111111110011001010111001010011000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFCC; }

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

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

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

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

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

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

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

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