Html Css Color HEX #A6BEC8 Heather

📋 copy color: '#A6BEC8'

red 166 ◦ green 190 ◦ blue 200

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

Shades of Heather #A6BEC8

Tints of Heather #A6BEC8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.17%

 BLUE value IS 200 (78.52% from 255) = 35.97%

R = 29.86%
G = 34.17%
B = 35.97%

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

#A6BEC8 (or 0xA6BEC8) is known color: Heather. HEX triplet: A6, BE and C8. RGB value is (166,190,200). Sum of RGB (Red+Green+Blue) = 166+190+200=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #A6BEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEC8 is #594137. Grayscale: #B7B7B7. Windows color (decimal): -5849400 or 13156006. OLE color: 13156006.

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

Color convert

RGB 166 190 200 -
CMYK 0.17 0.05 0 0.22
HSL 197.65º 0.24% 0.72% -
HSV(B) 197.65º 0.17% 0.78% -
XYZ 44.56 49.1 61.77 -
YUV 183.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 166 190 200 0.17 0.05 0 0.22 197.65 0.24 0.72
Hex A6 BE C8 11 5 0 16 C6 18 48
Octal 246 276 310 21 5 0 26 306 30 110
Binary 10100110 10111110 11001000 10001 101 0 10110 11000110 11000 1001000

Color Harmonies of #A6BEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BEC8

Black with #A6BEC8

Text Example


Text Example

White with #A6BEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BEC8; }

 p { color: rgb(166,190,200); }

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

background-color css

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

 a { background-color: rgb(166,190,200); }

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

border-color css

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

 span { border-color: rgb(166,190,200); }

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