Html Css Color HEX #A6BDCD Heather

📋 copy color: '#A6BDCD'

red 166 ◦ green 189 ◦ blue 205

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

Shades of Heather #A6BDCD

Tints of Heather #A6BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.75%

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

R = 29.64%
G = 33.75%
B = 36.61%

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

#A6BDCD (or 0xA6BDCD) is known color: Heather. HEX triplet: A6, BD and CD. RGB value is (166,189,205). Sum of RGB (Red+Green+Blue) = 166+189+205=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDCD is #594232. Grayscale: #B7B7B7. Windows color (decimal): -5849651 or 13483430. OLE color: 13483430.

HSL color Cylindrical-coordinate representation of color #A6BDCD: hue angle of 204.62º 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 #A6BDCD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 189 205 -
CMYK 0.19 0.08 0 0.20
HSL 204.62º 0.28% 0.73% -
HSV(B) 204.62º 0.19% 0.8% -
XYZ 44.94 48.91 64.83 -
YUV 183.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 166 189 205 0.19 0.08 0 0.20 204.62 0.28 0.73
Hex A6 BD CD 13 8 0 14 CD 1C 49
Octal 246 275 315 23 10 0 24 315 34 111
Binary 10100110 10111101 11001101 10011 1000 0 10100 11001101 11100 1001001

Color Harmonies of #A6BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDCD

Black with #A6BDCD

Text Example


Text Example

White with #A6BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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