Html Css Color HEX #A5BEC9 Heather

📋 copy color: '#A5BEC9'

red 165 ◦ green 190 ◦ blue 201

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

Shades of Heather #A5BEC9

Tints of Heather #A5BEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.17%

 BLUE value IS 201 (78.91% from 255) = 36.15%

R = 29.68%
G = 34.17%
B = 36.15%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A5BEC9 (or 0xA5BEC9) is known color: Heather. HEX triplet: A5, BE and C9. RGB value is (165,190,201). Sum of RGB (Red+Green+Blue) = 165+190+201=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #A5BEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BEC9 is #5A4136. Grayscale: #B7B7B7. Windows color (decimal): -5914935 or 13221541. OLE color: 13221541.

HSL color Cylindrical-coordinate representation of color #A5BEC9: hue angle of 198.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5BEC9 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 190 201 -
CMYK 0.18 0.05 0 0.21
HSL 198.33º 0.25% 0.72% -
HSV(B) 198.33º 0.18% 0.79% -
XYZ 44.47 49.04 62.38 -
YUV 183.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 165 190 201 0.18 0.05 0 0.21 198.33 0.25 0.72
Hex A5 BE C9 12 5 0 15 C6 19 48
Octal 245 276 311 22 5 0 25 306 31 110
Binary 10100101 10111110 11001001 10010 101 0 10101 11000110 11001 1001000

Color Harmonies of #A5BEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BEC9

Black with #A5BEC9

Text Example


Text Example

White with #A5BEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BEC9; }

 p { color: rgb(165,190,201); }

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

background-color css

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

 a { background-color: rgb(165,190,201); }

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

border-color css

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

 span { border-color: rgb(165,190,201); }

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