Html Css Color HEX #A5BCCA Heather

📋 copy color: '#A5BCCA'

red 165 ◦ green 188 ◦ blue 202

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

Shades of Heather #A5BCCA

Tints of Heather #A5BCCA

RGB

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

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

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

R = 29.73%
G = 33.87%
B = 36.4%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A5BCCA (or 0xA5BCCA) is known color: Heather. HEX triplet: A5, BC and CA. RGB value is (165,188,202). Sum of RGB (Red+Green+Blue) = 165+188+202=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCCA is #5A4335. Grayscale: #B6B6B6. Windows color (decimal): -5915446 or 13286565. OLE color: 13286565.

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

Color convert

RGB 165 188 202 -
CMYK 0.18 0.07 0 0.21
HSL 202.7º 0.26% 0.72% -
HSV(B) 202.7º 0.18% 0.79% -
XYZ 44.16 48.23 62.86 -
YUV 182.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 165 188 202 0.18 0.07 0 0.21 202.7 0.26 0.72
Hex A5 BC CA 12 7 0 15 CB 1A 48
Octal 245 274 312 22 7 0 25 313 32 110
Binary 10100101 10111100 11001010 10010 111 0 10101 11001011 11010 1001000

Color Harmonies of #A5BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCCA

Black with #A5BCCA

Text Example


Text Example

White with #A5BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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