Html Css Color HEX #A2BBCA Heather

📋 copy color: '#A2BBCA'

red 162 ◦ green 187 ◦ blue 202

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

Shades of Heather #A2BBCA

Tints of Heather #A2BBCA

RGB

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

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

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

R = 29.4%
G = 33.94%
B = 36.66%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A2BBCA (or 0xA2BBCA) is known color: Heather. HEX triplet: A2, BB and CA. RGB value is (162,187,202). Sum of RGB (Red+Green+Blue) = 162+187+202=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #A2BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBCA is #5D4435. Grayscale: #B5B5B5. Windows color (decimal): -6112310 or 13286306. OLE color: 13286306.

HSL color Cylindrical-coordinate representation of color #A2BBCA: hue angle of 202.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2BBCA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 187 202 -
CMYK 0.20 0.07 0 0.21
HSL 202.5º 0.27% 0.71% -
HSV(B) 202.5º 0.2% 0.79% -
XYZ 43.33 47.49 62.76 -
YUV 181.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 162 187 202 0.20 0.07 0 0.21 202.5 0.27 0.71
Hex A2 BB CA 14 7 0 15 CA 1B 47
Octal 242 273 312 24 7 0 25 312 33 107
Binary 10100010 10111011 11001010 10100 111 0 10101 11001010 11011 1000111

Color Harmonies of #A2BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBCA

Black with #A2BBCA

Text Example


Text Example

White with #A2BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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