Html Css Color HEX #A5BBBD Casper

📋 copy color: '#A5BBBD'

red 165 ◦ green 187 ◦ blue 189

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

Shades of Casper #A5BBBD

Tints of Casper #A5BBBD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.57%

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

R = 30.5%
G = 34.57%
B = 34.94%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A5BBBD (or 0xA5BBBD) is known color: Casper. HEX triplet: A5, BB and BD. RGB value is (165,187,189). Sum of RGB (Red+Green+Blue) = 165+187+189=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBBD is #5A4442. Grayscale: #B4B4B4. Windows color (decimal): -5915715 or 12434341. OLE color: 12434341.

HSL color Cylindrical-coordinate representation of color #A5BBBD: hue angle of 185º 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 #A5BBBD is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 187 189 -
CMYK 0.13 0.01 0 0.26
HSL 185º 0.15% 0.69% -
HSV(B) 185º 0.13% 0.74% -
XYZ 42.47 47.21 55.02 -
YUV 180.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 165 187 189 0.13 0.01 0 0.26 185 0.15 0.69
Hex A5 BB BD D 1 0 1A B9 F 45
Octal 245 273 275 15 1 0 32 271 17 105
Binary 10100101 10111011 10111101 1101 1 0 11010 10111001 1111 1000101

Color Harmonies of #A5BBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBBD

Black with #A5BBBD

Text Example


Text Example

White with #A5BBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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