Html Css Color HEX #A0BECE Heather

📋 copy color: '#A0BECE'

red 160 ◦ green 190 ◦ blue 206

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

Shades of Heather #A0BECE

Tints of Heather #A0BECE

RGB

 RED value IS 160 (62.89% from 255) = 28.78%

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

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

R = 28.78%
G = 34.17%
B = 37.05%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A0BECE (or 0xA0BECE) is known color: Heather. HEX triplet: A0, BE and CE. RGB value is (160,190,206). Sum of RGB (Red+Green+Blue) = 160+190+206=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BECE is #5F4131. Grayscale: #B6B6B6. Windows color (decimal): -6242610 or 13549216. OLE color: 13549216.

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

Color convert

RGB 160 190 206 -
CMYK 0.22 0.08 0 0.19
HSL 200.87º 0.32% 0.72% -
HSV(B) 200.87º 0.22% 0.81% -
XYZ 44.05 48.76 65.48 -
YUV 182.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 160 190 206 0.22 0.08 0 0.19 200.87 0.32 0.72
Hex A0 BE CE 16 8 0 13 C9 20 48
Octal 240 276 316 26 10 0 23 311 40 110
Binary 10100000 10111110 11001110 10110 1000 0 10011 11001001 100000 1001000

Color Harmonies of #A0BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BECE

Black with #A0BECE

Text Example


Text Example

White with #A0BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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