Html Css Color HEX #A3BFCC Heather

📋 copy color: '#A3BFCC'

red 163 ◦ green 191 ◦ blue 204

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

Shades of Heather #A3BFCC

Tints of Heather #A3BFCC

RGB

 RED value IS 163 (64.06% from 255) = 29.21%

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

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

R = 29.21%
G = 34.23%
B = 36.56%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A3BFCC (or 0xA3BFCC) is known color: Heather. HEX triplet: A3, BF and CC. RGB value is (163,191,204). Sum of RGB (Red+Green+Blue) = 163+191+204=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #A3BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFCC is #5C4033. Grayscale: #B8B8B8. Windows color (decimal): -6045748 or 13418403. OLE color: 13418403.

HSL color Cylindrical-coordinate representation of color #A3BFCC: hue angle of 199.02º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3BFCC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 191 204 -
CMYK 0.20 0.06 0 0.2
HSL 199.02º 0.29% 0.72% -
HSV(B) 199.02º 0.2% 0.8% -
XYZ 44.63 49.41 64.31 -
YUV 184.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 163 191 204 0.20 0.06 0 0.2 199.02 0.29 0.72
Hex A3 BF CC 14 6 0 14 C7 1D 48
Octal 243 277 314 24 6 0 24 307 35 110
Binary 10100011 10111111 11001100 10100 110 0 10100 11000111 11101 1001000

Color Harmonies of #A3BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BFCC

Black with #A3BFCC

Text Example


Text Example

White with #A3BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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