Html Css Color HEX #A2BBCD Heather

📋 copy color: '#A2BBCD'

red 162 ◦ green 187 ◦ blue 205

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

Shades of Heather #A2BBCD

Tints of Heather #A2BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.75%

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

R = 29.24%
G = 33.75%
B = 37%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A2BBCD (or 0xA2BBCD) is known color: Heather. HEX triplet: A2, BB and CD. RGB value is (162,187,205). Sum of RGB (Red+Green+Blue) = 162+187+205=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBCD is #5D4432. Grayscale: #B5B5B5. Windows color (decimal): -6112307 or 13482914. OLE color: 13482914.

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

Color convert

RGB 162 187 205 -
CMYK 0.21 0.09 0 0.20
HSL 205.12º 0.3% 0.72% -
HSV(B) 205.12º 0.21% 0.8% -
XYZ 43.69 47.63 64.65 -
YUV 181.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 162 187 205 0.21 0.09 0 0.20 205.12 0.3 0.72
Hex A2 BB CD 15 9 0 14 CD 1E 48
Octal 242 273 315 25 11 0 24 315 36 110
Binary 10100010 10111011 11001101 10101 1001 0 10100 11001101 11110 1001000

Color Harmonies of #A2BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBCD

Black with #A2BBCD

Text Example


Text Example

White with #A2BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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