Html Css Color HEX #A4BFCD Heather

📋 copy color: '#A4BFCD'

red 164 ◦ green 191 ◦ blue 205

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

Shades of Heather #A4BFCD

Tints of Heather #A4BFCD

RGB

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

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

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

R = 29.29%
G = 34.11%
B = 36.61%

CMYK

 C value IS 0.2

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4BFCD (or 0xA4BFCD) is known color: Heather. HEX triplet: A4, BF and CD. RGB value is (164,191,205). Sum of RGB (Red+Green+Blue) = 164+191+205=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFCD is #5B4032. Grayscale: #B8B8B8. Windows color (decimal): -5980211 or 13483940. OLE color: 13483940.

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

Color convert

RGB 164 191 205 -
CMYK 0.2 0.07 0 0.20
HSL 200.49º 0.29% 0.72% -
HSV(B) 200.49º 0.2% 0.8% -
XYZ 44.96 49.56 64.95 -
YUV 184.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 164 191 205 0.2 0.07 0 0.20 200.49 0.29 0.72
Hex A4 BF CD 14 7 0 14 C8 1D 48
Octal 244 277 315 24 7 0 24 310 35 110
Binary 10100100 10111111 11001101 10100 111 0 10100 11001000 11101 1001000

Color Harmonies of #A4BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BFCD

Black with #A4BFCD

Text Example


Text Example

White with #A4BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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