Html Css Color HEX #A7BDC8 Heather

📋 copy color: '#A7BDC8'

red 167 ◦ green 189 ◦ blue 200

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

Shades of Heather #A7BDC8

Tints of Heather #A7BDC8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.99%

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

R = 30.04%
G = 33.99%
B = 35.97%

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

#A7BDC8 (or 0xA7BDC8) is known color: Heather. HEX triplet: A7, BD and C8. RGB value is (167,189,200). Sum of RGB (Red+Green+Blue) = 167+189+200=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #A7BDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDC8 is #584237. Grayscale: #B7B7B7. Windows color (decimal): -5784120 or 13155751. OLE color: 13155751.

HSL color Cylindrical-coordinate representation of color #A7BDC8: hue angle of 200º 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 #A7BDC8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 189 200 -
CMYK 0.16 0.06 0 0.22
HSL 200º 0.23% 0.72% -
HSV(B) 200º 0.17% 0.78% -
XYZ 44.56 48.78 61.71 -
YUV 183.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 167 189 200 0.16 0.06 0 0.22 200 0.23 0.72
Hex A7 BD C8 10 6 0 16 C8 17 48
Octal 247 275 310 20 6 0 26 310 27 110
Binary 10100111 10111101 11001000 10000 110 0 10110 11001000 10111 1001000

Color Harmonies of #A7BDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDC8

Black with #A7BDC8

Text Example


Text Example

White with #A7BDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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