Html Css Color HEX #A6BCC7 Heather

📋 copy color: '#A6BCC7'

red 166 ◦ green 188 ◦ blue 199

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

Shades of Heather #A6BCC7

Tints of Heather #A6BCC7

RGB

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

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

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

R = 30.02%
G = 34%
B = 35.99%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A6BCC7 (or 0xA6BCC7) is known color: Heather. HEX triplet: A6, BC and C7. RGB value is (166,188,199). Sum of RGB (Red+Green+Blue) = 166+188+199=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 199 - color contains mainly: blue. Hex color #A6BCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCC7 is #594338. Grayscale: #B6B6B6. Windows color (decimal): -5849913 or 13089958. OLE color: 13089958.

HSL color Cylindrical-coordinate representation of color #A6BCC7: hue angle of 200º 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 #A6BCC7 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 188 199 -
CMYK 0.17 0.06 0 0.22
HSL 200º 0.23% 0.72% -
HSV(B) 200º 0.17% 0.78% -
XYZ 44.02 48.2 61.02 -
YUV 182.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 166 188 199 0.17 0.06 0 0.22 200 0.23 0.72
Hex A6 BC C7 11 6 0 16 C8 17 48
Octal 246 274 307 21 6 0 26 310 27 110
Binary 10100110 10111100 11000111 10001 110 0 10110 11001000 10111 1001000

Color Harmonies of #A6BCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCC7

Black with #A6BCC7

Text Example


Text Example

White with #A6BCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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