Html Css Color HEX #A1BECA Heather

📋 copy color: '#A1BECA'

red 161 ◦ green 190 ◦ blue 202

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

Shades of Heather #A1BECA

Tints of Heather #A1BECA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.36%

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

R = 29.11%
G = 34.36%
B = 36.53%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A1BECA (or 0xA1BECA) is known color: Heather. HEX triplet: A1, BE and CA. RGB value is (161,190,202). Sum of RGB (Red+Green+Blue) = 161+190+202=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BECA is #5E4135. Grayscale: #B6B6B6. Windows color (decimal): -6177078 or 13287073. OLE color: 13287073.

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

Color convert

RGB 161 190 202 -
CMYK 0.20 0.06 0 0.21
HSL 197.56º 0.28% 0.71% -
HSV(B) 197.56º 0.2% 0.79% -
XYZ 43.77 48.67 62.96 -
YUV 182.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 161 190 202 0.20 0.06 0 0.21 197.56 0.28 0.71
Hex A1 BE CA 14 6 0 15 C6 1C 47
Octal 241 276 312 24 6 0 25 306 34 107
Binary 10100001 10111110 11001010 10100 110 0 10101 11000110 11100 1000111

Color Harmonies of #A1BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BECA

Black with #A1BECA

Text Example


Text Example

White with #A1BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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