Html Css Color HEX #A2BBCE Heather

📋 copy color: '#A2BBCE'

red 162 ◦ green 187 ◦ blue 206

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

Shades of Heather #A2BBCE

Tints of Heather #A2BBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 29.19%
G = 33.69%
B = 37.12%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A2BBCE (or 0xA2BBCE) is known color: Heather. HEX triplet: A2, BB and CE. RGB value is (162,187,206). Sum of RGB (Red+Green+Blue) = 162+187+206=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBCE is #5D4431. Grayscale: #B5B5B5. Windows color (decimal): -6112306 or 13548450. OLE color: 13548450.

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

Color convert

RGB 162 187 206 -
CMYK 0.21 0.09 0 0.19
HSL 205.91º 0.31% 0.72% -
HSV(B) 205.91º 0.21% 0.81% -
XYZ 43.81 47.68 65.29 -
YUV 181.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 162 187 206 0.21 0.09 0 0.19 205.91 0.31 0.72
Hex A2 BB CE 15 9 0 13 CE 1F 48
Octal 242 273 316 25 11 0 23 316 37 110
Binary 10100010 10111011 11001110 10101 1001 0 10011 11001110 11111 1001000

Color Harmonies of #A2BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBCE

Black with #A2BBCE

Text Example


Text Example

White with #A2BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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