Html Css Color HEX #A4BDCF Heather

📋 copy color: '#A4BDCF'

red 164 ◦ green 189 ◦ blue 207

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

Shades of Heather #A4BDCF

Tints of Heather #A4BDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 29.29%
G = 33.75%
B = 36.96%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4BDCF (or 0xA4BDCF) is known color: Heather. HEX triplet: A4, BD and CF. RGB value is (164,189,207). Sum of RGB (Red+Green+Blue) = 164+189+207=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDCF is #5B4230. Grayscale: #B7B7B7. Windows color (decimal): -5980721 or 13614500. OLE color: 13614500.

HSL color Cylindrical-coordinate representation of color #A4BDCF: hue angle of 205.12º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4BDCF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 189 207 -
CMYK 0.21 0.09 0 0.19
HSL 205.12º 0.31% 0.73% -
HSV(B) 205.12º 0.21% 0.81% -
XYZ 44.77 48.79 66.09 -
YUV 183.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 164 189 207 0.21 0.09 0 0.19 205.12 0.31 0.73
Hex A4 BD CF 15 9 0 13 CD 1F 49
Octal 244 275 317 25 11 0 23 315 37 111
Binary 10100100 10111101 11001111 10101 1001 0 10011 11001101 11111 1001001

Color Harmonies of #A4BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BDCF

Black with #A4BDCF

Text Example


Text Example

White with #A4BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BDCF; }

 p { color: rgb(164,189,207); }

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

background-color css

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

 a { background-color: rgb(164,189,207); }

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

border-color css

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

 span { border-color: rgb(164,189,207); }

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