Html Css Color HEX #A6BCC9 Heather

📋 copy color: '#A6BCC9'

red 166 ◦ green 188 ◦ blue 201

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

Shades of Heather #A6BCC9

Tints of Heather #A6BCC9

RGB

 RED value IS 166 (65.23% from 255) = 29.91%

 GREEN value IS 188 (73.83% from 255) = 33.87%

 BLUE value IS 201 (78.91% from 255) = 36.22%

R = 29.91%
G = 33.87%
B = 36.22%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A6BCC9 (or 0xA6BCC9) is known color: Heather. HEX triplet: A6, BC and C9. RGB value is (166,188,201). Sum of RGB (Red+Green+Blue) = 166+188+201=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 201 - color contains mainly: blue. Hex color #A6BCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCC9 is #594336. Grayscale: #B6B6B6. Windows color (decimal): -5849911 or 13221030. OLE color: 13221030.

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

Color convert

RGB 166 188 201 -
CMYK 0.17 0.06 0 0.21
HSL 202.29º 0.24% 0.72% -
HSV(B) 202.29º 0.17% 0.79% -
XYZ 44.25 48.29 62.25 -
YUV 182.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 166 188 201 0.17 0.06 0 0.21 202.29 0.24 0.72
Hex A6 BC C9 11 6 0 15 CA 18 48
Octal 246 274 311 21 6 0 25 312 30 110
Binary 10100110 10111100 11001001 10001 110 0 10101 11001010 11000 1001000

Color Harmonies of #A6BCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCC9

Black with #A6BCC9

Text Example


Text Example

White with #A6BCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCC9; }

 p { color: rgb(166,188,201); }

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

background-color css

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

 a { background-color: rgb(166,188,201); }

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

border-color css

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

 span { border-color: rgb(166,188,201); }

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