Html Css Color HEX #A0BFCD Heather

📋 copy color: '#A0BFCD'

red 160 ◦ green 191 ◦ blue 205

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

Shades of Heather #A0BFCD

Tints of Heather #A0BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 34.35%

 BLUE value IS 205 (80.47% from 255) = 36.87%

R = 28.78%
G = 34.35%
B = 36.87%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0BFCD (or 0xA0BFCD) is known color: Heather. HEX triplet: A0, BF and CD. RGB value is (160,191,205). Sum of RGB (Red+Green+Blue) = 160+191+205=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFCD is #5F4032. Grayscale: #B7B7B7. Windows color (decimal): -6242355 or 13483936. OLE color: 13483936.

HSL color Cylindrical-coordinate representation of color #A0BFCD: hue angle of 198.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0BFCD is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 191 205 -
CMYK 0.22 0.07 0 0.20
HSL 198.67º 0.31% 0.72% -
HSV(B) 198.67º 0.22% 0.8% -
XYZ 44.15 49.14 64.92 -
YUV 183.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 160 191 205 0.22 0.07 0 0.20 198.67 0.31 0.72
Hex A0 BF CD 16 7 0 14 C7 1F 48
Octal 240 277 315 26 7 0 24 307 37 110
Binary 10100000 10111111 11001101 10110 111 0 10100 11000111 11111 1001000

Color Harmonies of #A0BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFCD

Black with #A0BFCD

Text Example


Text Example

White with #A0BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFCD; }

 p { color: rgb(160,191,205); }

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

background-color css

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

 a { background-color: rgb(160,191,205); }

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

border-color css

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

 span { border-color: rgb(160,191,205); }

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