Html Css Color HEX #A5B6BD Casper

📋 copy color: '#A5B6BD'

red 165 ◦ green 182 ◦ blue 189

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

Shades of Casper #A5B6BD

Tints of Casper #A5B6BD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.96%

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 30.78%
G = 33.96%
B = 35.26%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A5B6BD (or 0xA5B6BD) is known color: Casper. HEX triplet: A5, B6 and BD. RGB value is (165,182,189). Sum of RGB (Red+Green+Blue) = 165+182+189=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5B6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B6BD is #5A4942. Grayscale: #B1B1B1. Windows color (decimal): -5916995 or 12433061. OLE color: 12433061.

HSL color Cylindrical-coordinate representation of color #A5B6BD: hue angle of 197.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5B6BD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 182 189 -
CMYK 0.13 0.04 0 0.26
HSL 197.5º 0.15% 0.69% -
HSV(B) 197.5º 0.13% 0.74% -
XYZ 41.43 45.13 54.67 -
YUV 177.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 165 182 189 0.13 0.04 0 0.26 197.5 0.15 0.69
Hex A5 B6 BD D 4 0 1A C6 F 45
Octal 245 266 275 15 4 0 32 306 17 105
Binary 10100101 10110110 10111101 1101 100 0 11010 11000110 1111 1000101

Color Harmonies of #A5B6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B6BD

Black with #A5B6BD

Text Example


Text Example

White with #A5B6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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