Html Css Color HEX #A6BECF Heather

📋 copy color: '#A6BECF'

red 166 ◦ green 190 ◦ blue 207

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

Shades of Heather #A6BECF

Tints of Heather #A6BECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 29.48%
G = 33.75%
B = 36.77%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A6BECF (or 0xA6BECF) is known color: Heather. HEX triplet: A6, BE and CF. RGB value is (166,190,207). Sum of RGB (Red+Green+Blue) = 166+190+207=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BECF is #594130. Grayscale: #B8B8B8. Windows color (decimal): -5849393 or 13614758. OLE color: 13614758.

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

Color convert

RGB 166 190 207 -
CMYK 0.20 0.08 0 0.19
HSL 204.88º 0.3% 0.73% -
HSV(B) 204.88º 0.2% 0.81% -
XYZ 45.4 49.44 66.18 -
YUV 184.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 166 190 207 0.20 0.08 0 0.19 204.88 0.3 0.73
Hex A6 BE CF 14 8 0 13 CD 1E 49
Octal 246 276 317 24 10 0 23 315 36 111
Binary 10100110 10111110 11001111 10100 1000 0 10011 11001101 11110 1001001

Color Harmonies of #A6BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BECF

Black with #A6BECF

Text Example


Text Example

White with #A6BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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