Html Css Color HEX #A8BFCF Heather

📋 copy color: '#A8BFCF'

red 168 ◦ green 191 ◦ blue 207

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

Shades of Heather #A8BFCF

Tints of Heather #A8BFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 33.75%

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 29.68%
G = 33.75%
B = 36.57%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A8BFCF (or 0xA8BFCF) is known color: Heather. HEX triplet: A8, BF and CF. RGB value is (168,191,207). Sum of RGB (Red+Green+Blue) = 168+191+207=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFCF is #574030. Grayscale: #B9B9B9. Windows color (decimal): -5718065 or 13615016. OLE color: 13615016.

HSL color Cylindrical-coordinate representation of color #A8BFCF: hue angle of 204.62º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8BFCF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 191 207 -
CMYK 0.19 0.08 0 0.19
HSL 204.62º 0.29% 0.74% -
HSV(B) 204.62º 0.19% 0.81% -
XYZ 46.04 50.09 66.27 -
YUV 185.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 168 191 207 0.19 0.08 0 0.19 204.62 0.29 0.74
Hex A8 BF CF 13 8 0 13 CD 1D 4A
Octal 250 277 317 23 10 0 23 315 35 112
Binary 10101000 10111111 11001111 10011 1000 0 10011 11001101 11101 1001010

Color Harmonies of #A8BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFCF

Black with #A8BFCF

Text Example


Text Example

White with #A8BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFCF; }

 p { color: rgb(168,191,207); }

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

background-color css

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

 a { background-color: rgb(168,191,207); }

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

border-color css

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

 span { border-color: rgb(168,191,207); }

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