Html Css Color HEX #A4C1CF Heather

📋 copy color: '#A4C1CF'

red 164 ◦ green 193 ◦ blue 207

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

Shades of Heather #A4C1CF

Tints of Heather #A4C1CF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.22%

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

R = 29.08%
G = 34.22%
B = 36.7%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4C1CF (or 0xA4C1CF) is known color: Heather. HEX triplet: A4, C1 and CF. RGB value is (164,193,207). Sum of RGB (Red+Green+Blue) = 164+193+207=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4C1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C1CF is #5B3E30. Grayscale: #B9B9B9. Windows color (decimal): -5979697 or 13615524. OLE color: 13615524.

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

Color convert

RGB 164 193 207 -
CMYK 0.21 0.07 0 0.19
HSL 199.53º 0.31% 0.73% -
HSV(B) 199.53º 0.21% 0.81% -
XYZ 45.64 50.54 66.38 -
YUV 185.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 164 193 207 0.21 0.07 0 0.19 199.53 0.31 0.73
Hex A4 C1 CF 15 7 0 13 C8 1F 49
Octal 244 301 317 25 7 0 23 310 37 111
Binary 10100100 11000001 11001111 10101 111 0 10011 11001000 11111 1001001

Color Harmonies of #A4C1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C1CF

Black with #A4C1CF

Text Example


Text Example

White with #A4C1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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