#A5BBBE

Color #A5BBBE Casper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casper #A5BBBE

Tints of Casper #A5BBBE

Color information

#A5BBBE (or 0xA5BBBE) is unknown color: approx Casper. HEX triplet: A5, BB and BE. RGB value is (165,187,190). Sum of RGB (Red+Green+Blue) = 165+187+190=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBBE is #5A4441. Grayscale: #B4B4B4. Windows color (decimal): -5915714 or 12499877. OLE color: 12499877.

HSL color Cylindrical-coordinate representation of color #A5BBBE: hue angle of 187.2º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BBBE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165187190-
CMYK0.130.0200.25
HSL187.2º16.13%69.61%-
HSV(B)187.2º13.16%74.51%-
XYZ42.5847.2655.59-
YUV180.76133.21116.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=30.44%
G=34.50%
B=35.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651871900.130.0200.25187.216.1369.61
HexA5BBBED2019bb1046
Octal24527327615203127320106
Binary10100101101110111011111011011001100110111011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBBE; }

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

 H1.HeaderClassName
 {
   color: #A5BBBE;
 }
 .AnyTagClassName
 {
   color: #A5BBBE;
 }
</style>
background-color css

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

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

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

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

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

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