Html Css Color HEX #A9BECD Heather

📋 copy color: '#A9BECD'

red 169 ◦ green 190 ◦ blue 205

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

Shades of Heather #A9BECD

Tints of Heather #A9BECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 29.96%
G = 33.69%
B = 36.35%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A9BECD (or 0xA9BECD) is known color: Heather. HEX triplet: A9, BE and CD. RGB value is (169,190,205). Sum of RGB (Red+Green+Blue) = 169+190+205=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BECD is #564132. Grayscale: #B9B9B9. Windows color (decimal): -5652787 or 13483689. OLE color: 13483689.

HSL color Cylindrical-coordinate representation of color #A9BECD: hue angle of 205º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9BECD is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 190 205 -
CMYK 0.18 0.07 0 0.20
HSL 205º 0.26% 0.73% -
HSV(B) 205º 0.18% 0.8% -
XYZ 45.8 49.67 64.93 -
YUV 185.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 169 190 205 0.18 0.07 0 0.20 205 0.26 0.73
Hex A9 BE CD 12 7 0 14 CD 1A 49
Octal 251 276 315 22 7 0 24 315 32 111
Binary 10101001 10111110 11001101 10010 111 0 10100 11001101 11010 1001001

Color Harmonies of #A9BECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BECD

Black with #A9BECD

Text Example


Text Example

White with #A9BECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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