Html Css Color HEX #A5BFCF Heather

📋 copy color: '#A5BFCF'

red 165 ◦ green 191 ◦ blue 207

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

Shades of Heather #A5BFCF

Tints of Heather #A5BFCF

RGB

 RED value IS 165 (64.84% from 255) = 29.31%

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

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

R = 29.31%
G = 33.93%
B = 36.77%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A5BFCF (or 0xA5BFCF) is known color: Heather. HEX triplet: A5, BF and CF. RGB value is (165,191,207). Sum of RGB (Red+Green+Blue) = 165+191+207=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFCF is #5A4030. Grayscale: #B8B8B8. Windows color (decimal): -5914673 or 13615013. OLE color: 13615013.

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

Color convert

RGB 165 191 207 -
CMYK 0.20 0.08 0 0.19
HSL 202.86º 0.3% 0.73% -
HSV(B) 202.86º 0.2% 0.81% -
XYZ 45.41 49.77 66.24 -
YUV 185.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 165 191 207 0.20 0.08 0 0.19 202.86 0.3 0.73
Hex A5 BF CF 14 8 0 13 CB 1E 49
Octal 245 277 317 24 10 0 23 313 36 111
Binary 10100101 10111111 11001111 10100 1000 0 10011 11001011 11110 1001001

Color Harmonies of #A5BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFCF

Black with #A5BFCF

Text Example


Text Example

White with #A5BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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