Html Css Color HEX #A6BFCF Heather

📋 copy color: '#A6BFCF'

red 166 ◦ green 191 ◦ blue 207

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

Shades of Heather #A6BFCF

Tints of Heather #A6BFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 33.87%

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

R = 29.43%
G = 33.87%
B = 36.7%

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

#A6BFCF (or 0xA6BFCF) is known color: Heather. HEX triplet: A6, BF and CF. RGB value is (166,191,207). Sum of RGB (Red+Green+Blue) = 166+191+207=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFCF is #594030. Grayscale: #B9B9B9. Windows color (decimal): -5849137 or 13615014. OLE color: 13615014.

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

Color convert

RGB 166 191 207 -
CMYK 0.20 0.08 0 0.19
HSL 203.41º 0.3% 0.73% -
HSV(B) 203.41º 0.2% 0.81% -
XYZ 45.62 49.87 66.25 -
YUV 185.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 166 191 207 0.20 0.08 0 0.19 203.41 0.3 0.73
Hex A6 BF CF 14 8 0 13 CB 1E 49
Octal 246 277 317 24 10 0 23 313 36 111
Binary 10100110 10111111 11001111 10100 1000 0 10011 11001011 11110 1001001

Color Harmonies of #A6BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFCF

Black with #A6BFCF

Text Example


Text Example

White with #A6BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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