#A1BBCE

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

Shades of Heather #A1BBCE

Tints of Heather #A1BBCE

Color information

#A1BBCE (or 0xA1BBCE) is unknown color: approx Heather. HEX triplet: A1, BB and CE. RGB value is (161,187,206). Sum of RGB (Red+Green+Blue) = 161+187+206=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBCE is #5E4431. Grayscale: #B5B5B5. Windows color (decimal): -6177842 or 13548449. OLE color: 13548449.

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

Color convert

RGB161187206-
CMYK0.220.0900.19
HSL205.33º31.47%71.96%-
HSV(B)205.33º21.84%80.78%-
XYZ43.6147.5765.28-
YUV181.39141.89113.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=29.06%
G=33.75%
B=37.18%

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
Decimal1611872060.220.0900.19205.3331.4771.96
HexA1BBCE169013cd1f48
Octal241273316261102331537110
Binary10100001101110111100111010110100101001111001101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBCE; }

 p { color: rgb(161,187,206); }

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

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

 a { background-color: rgb(161,187,206); }

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

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

 span { border-color: rgb(161,187,206); }

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