Html Css Color HEX #A3BDCD Heather

📋 copy color: '#A3BDCD'

red 163 ◦ green 189 ◦ blue 205

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

Shades of Heather #A3BDCD

Tints of Heather #A3BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.93%

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

R = 29.26%
G = 33.93%
B = 36.8%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A3BDCD (or 0xA3BDCD) is known color: Heather. HEX triplet: A3, BD and CD. RGB value is (163,189,205). Sum of RGB (Red+Green+Blue) = 163+189+205=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDCD is #5C4232. Grayscale: #B6B6B6. Windows color (decimal): -6046259 or 13483427. OLE color: 13483427.

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

Color convert

RGB 163 189 205 -
CMYK 0.20 0.08 0 0.20
HSL 202.86º 0.3% 0.72% -
HSV(B) 202.86º 0.2% 0.8% -
XYZ 44.32 48.59 64.8 -
YUV 183.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 163 189 205 0.20 0.08 0 0.20 202.86 0.3 0.72
Hex A3 BD CD 14 8 0 14 CB 1E 48
Octal 243 275 315 24 10 0 24 313 36 110
Binary 10100011 10111101 11001101 10100 1000 0 10100 11001011 11110 1001000

Color Harmonies of #A3BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDCD

Black with #A3BDCD

Text Example


Text Example

White with #A3BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDCD; }

 p { color: rgb(163,189,205); }

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

background-color css

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

 a { background-color: rgb(163,189,205); }

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

border-color css

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

 span { border-color: rgb(163,189,205); }

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