Html Css Color HEX #A3BDCC Heather

📋 copy color: '#A3BDCC'

red 163 ◦ green 189 ◦ blue 204

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

Shades of Heather #A3BDCC

Tints of Heather #A3BDCC

RGB

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

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

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

R = 29.32%
G = 33.99%
B = 36.69%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A3BDCC (or 0xA3BDCC) is known color: Heather. HEX triplet: A3, BD and CC. RGB value is (163,189,204). Sum of RGB (Red+Green+Blue) = 163+189+204=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #A3BDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDCC is #5C4233. Grayscale: #B6B6B6. Windows color (decimal): -6046260 or 13417891. OLE color: 13417891.

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

Color convert

RGB 163 189 204 -
CMYK 0.20 0.07 0 0.2
HSL 201.95º 0.29% 0.72% -
HSV(B) 201.95º 0.2% 0.8% -
XYZ 44.2 48.54 64.17 -
YUV 182.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 163 189 204 0.20 0.07 0 0.2 201.95 0.29 0.72
Hex A3 BD CC 14 7 0 14 CA 1D 48
Octal 243 275 314 24 7 0 24 312 35 110
Binary 10100011 10111101 11001100 10100 111 0 10100 11001010 11101 1001000

Color Harmonies of #A3BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDCC

Black with #A3BDCC

Text Example


Text Example

White with #A3BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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