Html Css Color HEX #A4B8CA Heather

📋 copy color: '#A4B8CA'

red 164 ◦ green 184 ◦ blue 202

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

Shades of Heather #A4B8CA

Tints of Heather #A4B8CA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.45%

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 29.82%
G = 33.45%
B = 36.73%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A4B8CA (or 0xA4B8CA) is known color: Heather. HEX triplet: A4, B8 and CA. RGB value is (164,184,202). Sum of RGB (Red+Green+Blue) = 164+184+202=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4B8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B8CA is #5B4735. Grayscale: #B3B3B3. Windows color (decimal): -5982006 or 13285540. OLE color: 13285540.

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

Color convert

RGB 164 184 202 -
CMYK 0.19 0.09 0 0.21
HSL 208.42º 0.26% 0.72% -
HSV(B) 208.42º 0.19% 0.79% -
XYZ 43.11 46.44 62.57 -
YUV 180.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 164 184 202 0.19 0.09 0 0.21 208.42 0.26 0.72
Hex A4 B8 CA 13 9 0 15 D0 1A 48
Octal 244 270 312 23 11 0 25 320 32 110
Binary 10100100 10111000 11001010 10011 1001 0 10101 11010000 11010 1001000

Color Harmonies of #A4B8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B8CA

Black with #A4B8CA

Text Example


Text Example

White with #A4B8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B8CA; }

 p { color: rgb(164,184,202); }

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

background-color css

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

 a { background-color: rgb(164,184,202); }

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

border-color css

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

 span { border-color: rgb(164,184,202); }

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