Html Css Color HEX #A6BCCD Heather

📋 copy color: '#A6BCCD'

red 166 ◦ green 188 ◦ blue 205

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

Shades of Heather #A6BCCD

Tints of Heather #A6BCCD

RGB

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

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

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

R = 29.7%
G = 33.63%
B = 36.67%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A6BCCD (or 0xA6BCCD) is known color: Heather. HEX triplet: A6, BC and CD. RGB value is (166,188,205). Sum of RGB (Red+Green+Blue) = 166+188+205=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCCD is #594332. Grayscale: #B7B7B7. Windows color (decimal): -5849907 or 13483174. OLE color: 13483174.

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

Color convert

RGB 166 188 205 -
CMYK 0.19 0.08 0 0.20
HSL 206.15º 0.28% 0.73% -
HSV(B) 206.15º 0.19% 0.8% -
XYZ 44.73 48.48 64.76 -
YUV 183.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 166 188 205 0.19 0.08 0 0.20 206.15 0.28 0.73
Hex A6 BC CD 13 8 0 14 CE 1C 49
Octal 246 274 315 23 10 0 24 316 34 111
Binary 10100110 10111100 11001101 10011 1000 0 10100 11001110 11100 1001001

Color Harmonies of #A6BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCCD

Black with #A6BCCD

Text Example


Text Example

White with #A6BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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