Html Css Color HEX #A9BFCA Heather

📋 copy color: '#A9BFCA'

red 169 ◦ green 191 ◦ blue 202

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

Shades of Heather #A9BFCA

Tints of Heather #A9BFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 33.99%

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

R = 30.07%
G = 33.99%
B = 35.94%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A9BFCA (or 0xA9BFCA) is known color: Heather. HEX triplet: A9, BF and CA. RGB value is (169,191,202). Sum of RGB (Red+Green+Blue) = 169+191+202=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFCA is #564035. Grayscale: #B9B9B9. Windows color (decimal): -5652534 or 13287337. OLE color: 13287337.

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

Color convert

RGB 169 191 202 -
CMYK 0.16 0.05 0 0.21
HSL 200º 0.24% 0.73% -
HSV(B) 200º 0.16% 0.79% -
XYZ 45.65 49.96 63.11 -
YUV 185.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 169 191 202 0.16 0.05 0 0.21 200 0.24 0.73
Hex A9 BF CA 10 5 0 15 C8 18 49
Octal 251 277 312 20 5 0 25 310 30 111
Binary 10101001 10111111 11001010 10000 101 0 10101 11001000 11000 1001001

Color Harmonies of #A9BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BFCA

Black with #A9BFCA

Text Example


Text Example

White with #A9BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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