Html Css Color HEX #A1BACA Heather

📋 copy color: '#A1BACA'

red 161 ◦ green 186 ◦ blue 202

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

Shades of Heather #A1BACA

Tints of Heather #A1BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.79%

R = 29.33%
G = 33.88%
B = 36.79%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A1BACA (or 0xA1BACA) is known color: Heather. HEX triplet: A1, BA and CA. RGB value is (161,186,202). Sum of RGB (Red+Green+Blue) = 161+186+202=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BACA is #5E4535. Grayscale: #B4B4B4. Windows color (decimal): -6178102 or 13286049. OLE color: 13286049.

HSL color Cylindrical-coordinate representation of color #A1BACA: hue angle of 203.41º 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 #A1BACA is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 186 202 -
CMYK 0.20 0.08 0 0.21
HSL 203.41º 0.28% 0.71% -
HSV(B) 203.41º 0.2% 0.79% -
XYZ 42.92 46.96 62.68 -
YUV 180.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 161 186 202 0.20 0.08 0 0.21 203.41 0.28 0.71
Hex A1 BA CA 14 8 0 15 CB 1C 47
Octal 241 272 312 24 10 0 25 313 34 107
Binary 10100001 10111010 11001010 10100 1000 0 10101 11001011 11100 1000111

Color Harmonies of #A1BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BACA

Black with #A1BACA

Text Example


Text Example

White with #A1BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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