Html Css Color HEX #A7BFCD Heather

📋 copy color: '#A7BFCD'

red 167 ◦ green 191 ◦ blue 205

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

Shades of Heather #A7BFCD

Tints of Heather #A7BFCD

RGB

 RED value IS 167 (65.63% from 255) = 29.66%

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

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

R = 29.66%
G = 33.93%
B = 36.41%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A7BFCD (or 0xA7BFCD) is known color: Heather. HEX triplet: A7, BF and CD. RGB value is (167,191,205). Sum of RGB (Red+Green+Blue) = 167+191+205=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFCD is #584032. Grayscale: #B9B9B9. Windows color (decimal): -5783603 or 13483943. OLE color: 13483943.

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

Color convert

RGB 167 191 205 -
CMYK 0.19 0.07 0 0.20
HSL 202.11º 0.28% 0.73% -
HSV(B) 202.11º 0.19% 0.8% -
XYZ 45.59 49.88 64.98 -
YUV 185.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 167 191 205 0.19 0.07 0 0.20 202.11 0.28 0.73
Hex A7 BF CD 13 7 0 14 CA 1C 49
Octal 247 277 315 23 7 0 24 312 34 111
Binary 10100111 10111111 11001101 10011 111 0 10100 11001010 11100 1001001

Color Harmonies of #A7BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BFCD

Black with #A7BFCD

Text Example


Text Example

White with #A7BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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