Html Css Color HEX #A6BFCD Heather

📋 copy color: '#A6BFCD'

red 166 ◦ green 191 ◦ blue 205

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

Shades of Heather #A6BFCD

Tints of Heather #A6BFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 29.54%
G = 33.99%
B = 36.48%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A6BFCD (or 0xA6BFCD) is known color: Heather. HEX triplet: A6, BF and CD. RGB value is (166,191,205). Sum of RGB (Red+Green+Blue) = 166+191+205=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFCD is #594032. Grayscale: #B9B9B9. Windows color (decimal): -5849139 or 13483942. OLE color: 13483942.

HSL color Cylindrical-coordinate representation of color #A6BFCD: hue angle of 201.54º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6BFCD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 191 205 -
CMYK 0.19 0.07 0 0.20
HSL 201.54º 0.28% 0.73% -
HSV(B) 201.54º 0.19% 0.8% -
XYZ 45.38 49.78 64.97 -
YUV 185.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 166 191 205 0.19 0.07 0 0.20 201.54 0.28 0.73
Hex A6 BF CD 13 7 0 14 CA 1C 49
Octal 246 277 315 23 7 0 24 312 34 111
Binary 10100110 10111111 11001101 10011 111 0 10100 11001010 11100 1001001

Color Harmonies of #A6BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFCD

Black with #A6BFCD

Text Example


Text Example

White with #A6BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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