Html Css Color HEX #A0B9CF Heather

📋 copy color: '#A0B9CF'

red 160 ◦ green 185 ◦ blue 207

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

Shades of Heather #A0B9CF

Tints of Heather #A0B9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.51%

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

R = 28.99%
G = 33.51%
B = 37.5%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A0B9CF (or 0xA0B9CF) is known color: Heather. HEX triplet: A0, B9 and CF. RGB value is (160,185,207). Sum of RGB (Red+Green+Blue) = 160+185+207=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0B9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B9CF is #5F4630. Grayscale: #B3B3B3. Windows color (decimal): -6243889 or 13613472. OLE color: 13613472.

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

Color convert

RGB 160 185 207 -
CMYK 0.23 0.11 0 0.19
HSL 208.09º 0.33% 0.72% -
HSV(B) 208.09º 0.23% 0.81% -
XYZ 43.11 46.68 65.77 -
YUV 180.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 160 185 207 0.23 0.11 0 0.19 208.09 0.33 0.72
Hex A0 B9 CF 17 B 0 13 D0 21 48
Octal 240 271 317 27 13 0 23 320 41 110
Binary 10100000 10111001 11001111 10111 1011 0 10011 11010000 100001 1001000

Color Harmonies of #A0B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B9CF

Black with #A0B9CF

Text Example


Text Example

White with #A0B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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