Html Css Color HEX #A8B9CA Heather

📋 copy color: '#A8B9CA'

red 168 ◦ green 185 ◦ blue 202

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

Shades of Heather #A8B9CA

Tints of Heather #A8B9CA

RGB

 RED value IS 168 (66.02% from 255) = 30.27%

 GREEN value IS 185 (72.66% from 255) = 33.33%

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

R = 30.27%
G = 33.33%
B = 36.4%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A8B9CA (or 0xA8B9CA) is known color: Heather. HEX triplet: A8, B9 and CA. RGB value is (168,185,202). Sum of RGB (Red+Green+Blue) = 168+185+202=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9CA is #574635. Grayscale: #B5B5B5. Windows color (decimal): -5719606 or 13285800. OLE color: 13285800.

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

Color convert

RGB 168 185 202 -
CMYK 0.17 0.08 0 0.21
HSL 210º 0.24% 0.73% -
HSV(B) 210º 0.17% 0.79% -
XYZ 44.16 47.29 62.68 -
YUV 181.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 168 185 202 0.17 0.08 0 0.21 210 0.24 0.73
Hex A8 B9 CA 11 8 0 15 D2 18 49
Octal 250 271 312 21 10 0 25 322 30 111
Binary 10101000 10111001 11001010 10001 1000 0 10101 11010010 11000 1001001

Color Harmonies of #A8B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B9CA

Black with #A8B9CA

Text Example


Text Example

White with #A8B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B9CA; }

 p { color: rgb(168,185,202); }

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

background-color css

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

 a { background-color: rgb(168,185,202); }

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

border-color css

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

 span { border-color: rgb(168,185,202); }

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