Html Css Color HEX #A6BFCC Heather

📋 copy color: '#A6BFCC'

red 166 ◦ green 191 ◦ blue 204

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

Shades of Heather #A6BFCC

Tints of Heather #A6BFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 29.59%
G = 34.05%
B = 36.36%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A6BFCC (or 0xA6BFCC) is known color: Heather. HEX triplet: A6, BF and CC. RGB value is (166,191,204). Sum of RGB (Red+Green+Blue) = 166+191+204=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #A6BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFCC is #594033. Grayscale: #B8B8B8. Windows color (decimal): -5849140 or 13418406. OLE color: 13418406.

HSL color Cylindrical-coordinate representation of color #A6BFCC: hue angle of 200.53º degrees, saturation: 0.27, 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 #A6BFCC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 191 204 -
CMYK 0.19 0.06 0 0.2
HSL 200.53º 0.27% 0.73% -
HSV(B) 200.53º 0.19% 0.8% -
XYZ 45.26 49.73 64.34 -
YUV 185.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 166 191 204 0.19 0.06 0 0.2 200.53 0.27 0.73
Hex A6 BF CC 13 6 0 14 C9 1B 49
Octal 246 277 314 23 6 0 24 311 33 111
Binary 10100110 10111111 11001100 10011 110 0 10100 11001001 11011 1001001

Color Harmonies of #A6BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFCC

Black with #A6BFCC

Text Example


Text Example

White with #A6BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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