Html Css Color HEX #A8BDC7 Heather

📋 copy color: '#A8BDC7'

red 168 ◦ green 189 ◦ blue 199

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

Shades of Heather #A8BDC7

Tints of Heather #A8BDC7

RGB

 RED value IS 168 (66.02% from 255) = 30.22%

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

 BLUE value IS 199 (78.13% from 255) = 35.79%

R = 30.22%
G = 33.99%
B = 35.79%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A8BDC7 (or 0xA8BDC7) is known color: Heather. HEX triplet: A8, BD and C7. RGB value is (168,189,199). Sum of RGB (Red+Green+Blue) = 168+189+199=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #A8BDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDC7 is #574238. Grayscale: #B7B7B7. Windows color (decimal): -5718585 or 13090216. OLE color: 13090216.

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

Color convert

RGB 168 189 199 -
CMYK 0.16 0.05 0 0.22
HSL 199.35º 0.22% 0.72% -
HSV(B) 199.35º 0.16% 0.78% -
XYZ 44.65 48.84 61.11 -
YUV 183.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 168 189 199 0.16 0.05 0 0.22 199.35 0.22 0.72
Hex A8 BD C7 10 5 0 16 C7 16 48
Octal 250 275 307 20 5 0 26 307 26 110
Binary 10101000 10111101 11000111 10000 101 0 10110 11000111 10110 1001000

Color Harmonies of #A8BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDC7

Black with #A8BDC7

Text Example


Text Example

White with #A8BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDC7; }

 p { color: rgb(168,189,199); }

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

background-color css

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

 a { background-color: rgb(168,189,199); }

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

border-color css

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

 span { border-color: rgb(168,189,199); }

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