Html Css Color HEX #A8BDCD Heather

📋 copy color: '#A8BDCD'

red 168 ◦ green 189 ◦ blue 205

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

Shades of Heather #A8BDCD

Tints of Heather #A8BDCD

RGB

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

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

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

R = 29.89%
G = 33.63%
B = 36.48%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8BDCD (or 0xA8BDCD) is known color: Heather. HEX triplet: A8, BD and CD. RGB value is (168,189,205). Sum of RGB (Red+Green+Blue) = 168+189+205=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDCD is #574232. Grayscale: #B8B8B8. Windows color (decimal): -5718579 or 13483432. OLE color: 13483432.

HSL color Cylindrical-coordinate representation of color #A8BDCD: hue angle of 205.95º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8BDCD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 189 205 -
CMYK 0.18 0.08 0 0.20
HSL 205.95º 0.27% 0.73% -
HSV(B) 205.95º 0.18% 0.8% -
XYZ 45.37 49.13 64.85 -
YUV 184.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 168 189 205 0.18 0.08 0 0.20 205.95 0.27 0.73
Hex A8 BD CD 12 8 0 14 CE 1B 49
Octal 250 275 315 22 10 0 24 316 33 111
Binary 10101000 10111101 11001101 10010 1000 0 10100 11001110 11011 1001001

Color Harmonies of #A8BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDCD

Black with #A8BDCD

Text Example


Text Example

White with #A8BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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