Html Css Color HEX #A2B8CC Heather

📋 copy color: '#A2B8CC'

red 162 ◦ green 184 ◦ blue 204

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

Shades of Heather #A2B8CC

Tints of Heather #A2B8CC

RGB

 RED value IS 162 (63.67% from 255) = 29.45%

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 29.45%
G = 33.45%
B = 37.09%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A2B8CC (or 0xA2B8CC) is known color: Heather. HEX triplet: A2, B8 and CC. RGB value is (162,184,204). Sum of RGB (Red+Green+Blue) = 162+184+204=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2B8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B8CC is #5D4733. Grayscale: #B3B3B3. Windows color (decimal): -6113076 or 13416610. OLE color: 13416610.

HSL color Cylindrical-coordinate representation of color #A2B8CC: hue angle of 208.57º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2B8CC is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 184 204 -
CMYK 0.21 0.10 0 0.2
HSL 208.57º 0.29% 0.72% -
HSV(B) 208.57º 0.21% 0.8% -
XYZ 42.94 46.32 63.8 -
YUV 179.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 162 184 204 0.21 0.10 0 0.2 208.57 0.29 0.72
Hex A2 B8 CC 15 A 0 14 D1 1D 48
Octal 242 270 314 25 12 0 24 321 35 110
Binary 10100010 10111000 11001100 10101 1010 0 10100 11010001 11101 1001000

Color Harmonies of #A2B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B8CC

Black with #A2B8CC

Text Example


Text Example

White with #A2B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B8CC; }

 p { color: rgb(162,184,204); }

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

background-color css

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

 a { background-color: rgb(162,184,204); }

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

border-color css

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

 span { border-color: rgb(162,184,204); }

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