Html Css Color HEX #A6BDC7 Heather

📋 copy color: '#A6BDC7'

red 166 ◦ green 189 ◦ blue 199

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

Shades of Heather #A6BDC7

Tints of Heather #A6BDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.92%

R = 29.96%
G = 34.12%
B = 35.92%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A6BDC7 (or 0xA6BDC7) is known color: Heather. HEX triplet: A6, BD and C7. RGB value is (166,189,199). Sum of RGB (Red+Green+Blue) = 166+189+199=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 199 - color contains mainly: blue. Hex color #A6BDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDC7 is #594238. Grayscale: #B7B7B7. Windows color (decimal): -5849657 or 13090214. OLE color: 13090214.

HSL color Cylindrical-coordinate representation of color #A6BDC7: hue angle of 198.18º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6BDC7 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 189 199 -
CMYK 0.17 0.05 0 0.22
HSL 198.18º 0.23% 0.72% -
HSV(B) 198.18º 0.17% 0.78% -
XYZ 44.23 48.63 61.09 -
YUV 183.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 166 189 199 0.17 0.05 0 0.22 198.18 0.23 0.72
Hex A6 BD C7 11 5 0 16 C6 17 48
Octal 246 275 307 21 5 0 26 306 27 110
Binary 10100110 10111101 11000111 10001 101 0 10110 11000110 10111 1001000

Color Harmonies of #A6BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDC7

Black with #A6BDC7

Text Example


Text Example

White with #A6BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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