Html Css Color HEX #A4BECF Heather

📋 copy color: '#A4BECF'

red 164 ◦ green 190 ◦ blue 207

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

Shades of Heather #A4BECF

Tints of Heather #A4BECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.87%

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

R = 29.23%
G = 33.87%
B = 36.9%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4BECF (or 0xA4BECF) is known color: Heather. HEX triplet: A4, BE and CF. RGB value is (164,190,207). Sum of RGB (Red+Green+Blue) = 164+190+207=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BECF is #5B4130. Grayscale: #B8B8B8. Windows color (decimal): -5980465 or 13614756. OLE color: 13614756.

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

Color convert

RGB 164 190 207 -
CMYK 0.21 0.08 0 0.19
HSL 203.72º 0.31% 0.73% -
HSV(B) 203.72º 0.21% 0.81% -
XYZ 44.99 49.22 66.16 -
YUV 184.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 164 190 207 0.21 0.08 0 0.19 203.72 0.31 0.73
Hex A4 BE CF 15 8 0 13 CC 1F 49
Octal 244 276 317 25 10 0 23 314 37 111
Binary 10100100 10111110 11001111 10101 1000 0 10011 11001100 11111 1001001

Color Harmonies of #A4BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BECF

Black with #A4BECF

Text Example


Text Example

White with #A4BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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