Html Css Color HEX #A5BFD0 Heather

📋 copy color: '#A5BFD0'

red 165 ◦ green 191 ◦ blue 208

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

Shades of Heather #A5BFD0

Tints of Heather #A5BFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.88%

R = 29.26%
G = 33.87%
B = 36.88%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A5BFD0 (or 0xA5BFD0) is known color: Heather. HEX triplet: A5, BF and D0. RGB value is (165,191,208). Sum of RGB (Red+Green+Blue) = 165+191+208=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5BFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFD0 is #5A402F. Grayscale: #B9B9B9. Windows color (decimal): -5914672 or 13680549. OLE color: 13680549.

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

Color convert

RGB 165 191 208 -
CMYK 0.21 0.08 0 0.18
HSL 203.72º 0.31% 0.73% -
HSV(B) 203.72º 0.21% 0.82% -
XYZ 45.53 49.82 66.89 -
YUV 185.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 165 191 208 0.21 0.08 0 0.18 203.72 0.31 0.73
Hex A5 BF D0 15 8 0 12 CC 1F 49
Octal 245 277 320 25 10 0 22 314 37 111
Binary 10100101 10111111 11010000 10101 1000 0 10010 11001100 11111 1001001

Color Harmonies of #A5BFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFD0

Black with #A5BFD0

Text Example


Text Example

White with #A5BFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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