Html Css Color HEX #A2BECE Heather

📋 copy color: '#A2BECE'

red 162 ◦ green 190 ◦ blue 206

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

Shades of Heather #A2BECE

Tints of Heather #A2BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.05%

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

R = 29.03%
G = 34.05%
B = 36.92%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A2BECE (or 0xA2BECE) is known color: Heather. HEX triplet: A2, BE and CE. RGB value is (162,190,206). Sum of RGB (Red+Green+Blue) = 162+190+206=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BECE is #5D4131. Grayscale: #B7B7B7. Windows color (decimal): -6111538 or 13549218. OLE color: 13549218.

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

Color convert

RGB 162 190 206 -
CMYK 0.21 0.08 0 0.19
HSL 201.82º 0.31% 0.72% -
HSV(B) 201.82º 0.21% 0.81% -
XYZ 44.45 48.96 65.5 -
YUV 183.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 162 190 206 0.21 0.08 0 0.19 201.82 0.31 0.72
Hex A2 BE CE 15 8 0 13 CA 1F 48
Octal 242 276 316 25 10 0 23 312 37 110
Binary 10100010 10111110 11001110 10101 1000 0 10011 11001010 11111 1001000

Color Harmonies of #A2BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BECE

Black with #A2BECE

Text Example


Text Example

White with #A2BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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