Html Css Color HEX #A6BCCE Heather

📋 copy color: '#A6BCCE'

red 166 ◦ green 188 ◦ blue 206

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

Shades of Heather #A6BCCE

Tints of Heather #A6BCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 29.64%
G = 33.57%
B = 36.79%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A6BCCE (or 0xA6BCCE) is known color: Heather. HEX triplet: A6, BC and CE. RGB value is (166,188,206). Sum of RGB (Red+Green+Blue) = 166+188+206=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCCE is #594331. Grayscale: #B7B7B7. Windows color (decimal): -5849906 or 13548710. OLE color: 13548710.

HSL color Cylindrical-coordinate representation of color #A6BCCE: hue angle of 207º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6BCCE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 188 206 -
CMYK 0.19 0.09 0 0.19
HSL 207º 0.29% 0.73% -
HSV(B) 207º 0.19% 0.81% -
XYZ 44.85 48.53 65.4 -
YUV 183.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 166 188 206 0.19 0.09 0 0.19 207 0.29 0.73
Hex A6 BC CE 13 9 0 13 CF 1D 49
Octal 246 274 316 23 11 0 23 317 35 111
Binary 10100110 10111100 11001110 10011 1001 0 10011 11001111 11101 1001001

Color Harmonies of #A6BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCCE

Black with #A6BCCE

Text Example


Text Example

White with #A6BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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