Html Css Color HEX #A5BDCA Heather

📋 copy color: '#A5BDCA'

red 165 ◦ green 189 ◦ blue 202

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

Shades of Heather #A5BDCA

Tints of Heather #A5BDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.99%

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 29.68%
G = 33.99%
B = 36.33%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A5BDCA (or 0xA5BDCA) is known color: Heather. HEX triplet: A5, BD and CA. RGB value is (165,189,202). Sum of RGB (Red+Green+Blue) = 165+189+202=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDCA is #5A4235. Grayscale: #B7B7B7. Windows color (decimal): -5915190 or 13286821. OLE color: 13286821.

HSL color Cylindrical-coordinate representation of color #A5BDCA: hue angle of 201.08º degrees, saturation: 0.26, 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 #A5BDCA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 189 202 -
CMYK 0.18 0.06 0 0.21
HSL 201.08º 0.26% 0.72% -
HSV(B) 201.08º 0.18% 0.79% -
XYZ 44.38 48.66 62.93 -
YUV 183.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 165 189 202 0.18 0.06 0 0.21 201.08 0.26 0.72
Hex A5 BD CA 12 6 0 15 C9 1A 48
Octal 245 275 312 22 6 0 25 311 32 110
Binary 10100101 10111101 11001010 10010 110 0 10101 11001001 11010 1001000

Color Harmonies of #A5BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDCA

Black with #A5BDCA

Text Example


Text Example

White with #A5BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDCA; }

 p { color: rgb(165,189,202); }

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

background-color css

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

 a { background-color: rgb(165,189,202); }

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

border-color css

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

 span { border-color: rgb(165,189,202); }

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