Html Css Color HEX #A2BCCD Heather

📋 copy color: '#A2BCCD'

red 162 ◦ green 188 ◦ blue 205

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

Shades of Heather #A2BCCD

Tints of Heather #A2BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.87%

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 29.19%
G = 33.87%
B = 36.94%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A2BCCD (or 0xA2BCCD) is known color: Heather. HEX triplet: A2, BC and CD. RGB value is (162,188,205). Sum of RGB (Red+Green+Blue) = 162+188+205=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCCD is #5D4332. Grayscale: #B6B6B6. Windows color (decimal): -6112051 or 13483170. OLE color: 13483170.

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

Color convert

RGB 162 188 205 -
CMYK 0.21 0.08 0 0.20
HSL 203.72º 0.3% 0.72% -
HSV(B) 203.72º 0.21% 0.8% -
XYZ 43.9 48.06 64.72 -
YUV 182.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 162 188 205 0.21 0.08 0 0.20 203.72 0.3 0.72
Hex A2 BC CD 15 8 0 14 CC 1E 48
Octal 242 274 315 25 10 0 24 314 36 110
Binary 10100010 10111100 11001101 10101 1000 0 10100 11001100 11110 1001000

Color Harmonies of #A2BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCCD

Black with #A2BCCD

Text Example


Text Example

White with #A2BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCCD; }

 p { color: rgb(162,188,205); }

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

background-color css

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

 a { background-color: rgb(162,188,205); }

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

border-color css

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

 span { border-color: rgb(162,188,205); }

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