Html Css Color HEX #A7BCCD Heather

📋 copy color: '#A7BCCD'

red 167 ◦ green 188 ◦ blue 205

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

Shades of Heather #A7BCCD

Tints of Heather #A7BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.57%

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

R = 29.82%
G = 33.57%
B = 36.61%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A7BCCD (or 0xA7BCCD) is known color: Heather. HEX triplet: A7, BC and CD. RGB value is (167,188,205). Sum of RGB (Red+Green+Blue) = 167+188+205=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCCD is #584332. Grayscale: #B7B7B7. Windows color (decimal): -5784371 or 13483175. OLE color: 13483175.

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

Color convert

RGB 167 188 205 -
CMYK 0.19 0.08 0 0.20
HSL 206.84º 0.28% 0.73% -
HSV(B) 206.84º 0.19% 0.8% -
XYZ 44.94 48.59 64.77 -
YUV 183.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 167 188 205 0.19 0.08 0 0.20 206.84 0.28 0.73
Hex A7 BC CD 13 8 0 14 CF 1C 49
Octal 247 274 315 23 10 0 24 317 34 111
Binary 10100111 10111100 11001101 10011 1000 0 10100 11001111 11100 1001001

Color Harmonies of #A7BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BCCD

Black with #A7BCCD

Text Example


Text Example

White with #A7BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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