Html Css Color HEX #A7BDC3 Heather

📋 copy color: '#A7BDC3'

red 167 ◦ green 189 ◦ blue 195

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

Shades of Heather #A7BDC3

Tints of Heather #A7BDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.39%

R = 30.31%
G = 34.3%
B = 35.39%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A7BDC3 (or 0xA7BDC3) is known color: Heather. HEX triplet: A7, BD and C3. RGB value is (167,189,195). Sum of RGB (Red+Green+Blue) = 167+189+195=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 195 - color contains mainly: blue. Hex color #A7BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDC3 is #58423C. Grayscale: #B7B7B7. Windows color (decimal): -5784125 or 12828071. OLE color: 12828071.

HSL color Cylindrical-coordinate representation of color #A7BDC3: hue angle of 192.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7BDC3 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 189 195 -
CMYK 0.14 0.03 0 0.24
HSL 192.86º 0.19% 0.71% -
HSV(B) 192.86º 0.14% 0.76% -
XYZ 43.98 48.55 58.68 -
YUV 183.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 167 189 195 0.14 0.03 0 0.24 192.86 0.19 0.71
Hex A7 BD C3 E 3 0 18 C1 13 47
Octal 247 275 303 16 3 0 30 301 23 107
Binary 10100111 10111101 11000011 1110 11 0 11000 11000001 10011 1000111

Color Harmonies of #A7BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDC3

Black with #A7BDC3

Text Example


Text Example

White with #A7BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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