Html Css Color HEX #A0BACF Heather

📋 copy color: '#A0BACF'

red 160 ◦ green 186 ◦ blue 207

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

Shades of Heather #A0BACF

Tints of Heather #A0BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.63%

 BLUE value IS 207 (81.25% from 255) = 37.43%

R = 28.93%
G = 33.63%
B = 37.43%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A0BACF (or 0xA0BACF) is known color: Heather. HEX triplet: A0, BA and CF. RGB value is (160,186,207). Sum of RGB (Red+Green+Blue) = 160+186+207=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BACF is #5F4530. Grayscale: #B4B4B4. Windows color (decimal): -6243633 or 13613728. OLE color: 13613728.

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

Color convert

RGB 160 186 207 -
CMYK 0.23 0.10 0 0.19
HSL 206.81º 0.33% 0.72% -
HSV(B) 206.81º 0.23% 0.81% -
XYZ 43.32 47.1 65.84 -
YUV 180.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 160 186 207 0.23 0.10 0 0.19 206.81 0.33 0.72
Hex A0 BA CF 17 A 0 13 CF 21 48
Octal 240 272 317 27 12 0 23 317 41 110
Binary 10100000 10111010 11001111 10111 1010 0 10011 11001111 100001 1001000

Color Harmonies of #A0BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BACF

Black with #A0BACF

Text Example


Text Example

White with #A0BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BACF; }

 p { color: rgb(160,186,207); }

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

background-color css

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

 a { background-color: rgb(160,186,207); }

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

border-color css

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

 span { border-color: rgb(160,186,207); }

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