Html Css Color HEX #A5BCCE Heather

📋 copy color: '#A5BCCE'

red 165 ◦ green 188 ◦ blue 206

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

Shades of Heather #A5BCCE

Tints of Heather #A5BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.63%

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 29.52%
G = 33.63%
B = 36.85%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A5BCCE (or 0xA5BCCE) is known color: Heather. HEX triplet: A5, BC and CE. RGB value is (165,188,206). Sum of RGB (Red+Green+Blue) = 165+188+206=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #A5BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCCE is #5A4331. Grayscale: #B7B7B7. Windows color (decimal): -5915442 or 13548709. OLE color: 13548709.

HSL color Cylindrical-coordinate representation of color #A5BCCE: hue angle of 206.34º degrees, saturation: 0.29, 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 #A5BCCE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 188 206 -
CMYK 0.20 0.09 0 0.19
HSL 206.34º 0.29% 0.73% -
HSV(B) 206.34º 0.2% 0.81% -
XYZ 44.64 48.42 65.39 -
YUV 183.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 165 188 206 0.20 0.09 0 0.19 206.34 0.29 0.73
Hex A5 BC CE 14 9 0 13 CE 1D 49
Octal 245 274 316 24 11 0 23 316 35 111
Binary 10100101 10111100 11001110 10100 1001 0 10011 11001110 11101 1001001

Color Harmonies of #A5BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCCE

Black with #A5BCCE

Text Example


Text Example

White with #A5BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCCE; }

 p { color: rgb(165,188,206); }

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

background-color css

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

 a { background-color: rgb(165,188,206); }

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

border-color css

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

 span { border-color: rgb(165,188,206); }

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