#A1BCCF

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

Shades of Heather #A1BCCF

Tints of Heather #A1BCCF

Color information

#A1BCCF (or 0xA1BCCF) is unknown color: approx Heather. HEX triplet: A1, BC and CF. RGB value is (161,188,207). Sum of RGB (Red+Green+Blue) = 161+188+207=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCCF is #5E4330. Grayscale: #B5B5B5. Windows color (decimal): -6177585 or 13614241. OLE color: 13614241.

HSL color Cylindrical-coordinate representation of color #A1BCCF: hue angle of 204.78º 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 #A1BCCF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161188207-
CMYK0.220.0900.19
HSL204.78º32.39%72.16%-
HSV(B)204.78º22.22%81.18%-
XYZ43.9448.0565.99-
YUV182.09142.05112.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=28.96%
G=33.81%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611882070.220.0900.19204.7832.3972.16
HexA1BCCF169013cd2048
Octal241274317261102331540110
Binary101000011011110011001111101101001010011110011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCCF; }

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

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

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

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

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

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

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

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