Html Css Color HEX #A4BCCD Heather

📋 copy color: '#A4BCCD'

red 164 ◦ green 188 ◦ blue 205

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

Shades of Heather #A4BCCD

Tints of Heather #A4BCCD

RGB

 RED value IS 164 (64.45% from 255) = 29.44%

 GREEN value IS 188 (73.83% from 255) = 33.75%

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

R = 29.44%
G = 33.75%
B = 36.8%

CMYK

 C value IS 0.2

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4BCCD (or 0xA4BCCD) is known color: Heather. HEX triplet: A4, BC and CD. RGB value is (164,188,205). Sum of RGB (Red+Green+Blue) = 164+188+205=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 188 (73.83% from 255 or 33.75% 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 #A4BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCCD is #5B4332. Grayscale: #B6B6B6. Windows color (decimal): -5980979 or 13483172. OLE color: 13483172.

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

Color convert

RGB 164 188 205 -
CMYK 0.2 0.08 0 0.20
HSL 204.88º 0.29% 0.72% -
HSV(B) 204.88º 0.2% 0.8% -
XYZ 44.31 48.27 64.74 -
YUV 182.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 164 188 205 0.2 0.08 0 0.20 204.88 0.29 0.72
Hex A4 BC CD 14 8 0 14 CD 1D 48
Octal 244 274 315 24 10 0 24 315 35 110
Binary 10100100 10111100 11001101 10100 1000 0 10100 11001101 11101 1001000

Color Harmonies of #A4BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCCD

Black with #A4BCCD

Text Example


Text Example

White with #A4BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCCD; }

 p { color: rgb(164,188,205); }

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

background-color css

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

 a { background-color: rgb(164,188,205); }

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

border-color css

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

 span { border-color: rgb(164,188,205); }

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