Html Css Color HEX #A7BCC8 Heather

📋 copy color: '#A7BCC8'

red 167 ◦ green 188 ◦ blue 200

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

Shades of Heather #A7BCC8

Tints of Heather #A7BCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.04%

R = 30.09%
G = 33.87%
B = 36.04%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A7BCC8 (or 0xA7BCC8) is known color: Heather. HEX triplet: A7, BC and C8. RGB value is (167,188,200). Sum of RGB (Red+Green+Blue) = 167+188+200=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 200 - color contains mainly: blue. Hex color #A7BCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCC8 is #584337. Grayscale: #B7B7B7. Windows color (decimal): -5784376 or 13155495. OLE color: 13155495.

HSL color Cylindrical-coordinate representation of color #A7BCC8: hue angle of 201.82º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7BCC8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 188 200 -
CMYK 0.16 0.06 0 0.22
HSL 201.82º 0.23% 0.72% -
HSV(B) 201.82º 0.17% 0.78% -
XYZ 44.34 48.35 61.64 -
YUV 183.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 167 188 200 0.16 0.06 0 0.22 201.82 0.23 0.72
Hex A7 BC C8 10 6 0 16 CA 17 48
Octal 247 274 310 20 6 0 26 312 27 110
Binary 10100111 10111100 11001000 10000 110 0 10110 11001010 10111 1001000

Color Harmonies of #A7BCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BCC8

Black with #A7BCC8

Text Example


Text Example

White with #A7BCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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