Html Css Color HEX #A9BECA Heather

📋 copy color: '#A9BECA'

red 169 ◦ green 190 ◦ blue 202

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

Shades of Heather #A9BECA

Tints of Heather #A9BECA

RGB

 RED value IS 169 (66.41% from 255) = 30.12%

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

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

R = 30.12%
G = 33.87%
B = 36.01%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A9BECA (or 0xA9BECA) is known color: Heather. HEX triplet: A9, BE and CA. RGB value is (169,190,202). Sum of RGB (Red+Green+Blue) = 169+190+202=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BECA is #564135. Grayscale: #B9B9B9. Windows color (decimal): -5652790 or 13287081. OLE color: 13287081.

HSL color Cylindrical-coordinate representation of color #A9BECA: hue angle of 201.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9BECA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 190 202 -
CMYK 0.16 0.06 0 0.21
HSL 201.82º 0.24% 0.73% -
HSV(B) 201.82º 0.16% 0.79% -
XYZ 45.44 49.53 63.04 -
YUV 185.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 169 190 202 0.16 0.06 0 0.21 201.82 0.24 0.73
Hex A9 BE CA 10 6 0 15 CA 18 49
Octal 251 276 312 20 6 0 25 312 30 111
Binary 10101001 10111110 11001010 10000 110 0 10101 11001010 11000 1001001

Color Harmonies of #A9BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BECA

Black with #A9BECA

Text Example


Text Example

White with #A9BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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