Html Css Color HEX #A1BACE Heather

📋 copy color: '#A1BACE'

red 161 ◦ green 186 ◦ blue 206

#A1BACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #A1BACE

Tints of Heather #A1BACE

RGB

 RED value IS 161 (63.28% from 255) = 29.11%

 GREEN value IS 186 (73.05% from 255) = 33.63%

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 29.11%
G = 33.63%
B = 37.25%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A1BACE (or 0xA1BACE) is known color: Heather. HEX triplet: A1, BA and CE. RGB value is (161,186,206). Sum of RGB (Red+Green+Blue) = 161+186+206=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BACE is #5E4531. Grayscale: #B4B4B4. Windows color (decimal): -6178098 or 13548193. OLE color: 13548193.

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

Color convert

RGB 161 186 206 -
CMYK 0.22 0.10 0 0.19
HSL 206.67º 0.31% 0.72% -
HSV(B) 206.67º 0.22% 0.81% -
XYZ 43.4 47.15 65.21 -
YUV 180.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 161 186 206 0.22 0.10 0 0.19 206.67 0.31 0.72
Hex A1 BA CE 16 A 0 13 CF 1F 48
Octal 241 272 316 26 12 0 23 317 37 110
Binary 10100001 10111010 11001110 10110 1010 0 10011 11001111 11111 1001000

Color Harmonies of #A1BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BACE

Black with #A1BACE

Text Example


Text Example

White with #A1BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BACE; }

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

 H1.HeaderClassName
 {
   color: #A1BACE;
 }
 .AnyTagClassName
 {
   color: #A1BACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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