#ADBBBE

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

Shades of Casper #ADBBBE

Tints of Casper #ADBBBE

Color information

#ADBBBE (or 0xADBBBE) is unknown color: approx Casper. HEX triplet: AD, BB and BE. RGB value is (173,187,190). Sum of RGB (Red+Green+Blue) = 173+187+190=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBBE is #524441. Grayscale: #B7B7B7. Windows color (decimal): -5391426 or 12499885. OLE color: 12499885.

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

Color convert

RGB173187190-
CMYK0.090.0200.25
HSL190.59º11.56%71.18%-
HSV(B)190.59º8.95%74.51%-
XYZ44.348.1455.67-
YUV183.16131.86120.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 187 (73.44% from 255) = 34%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=31.45%
G=34%
B=34.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731871900.090.0200.25190.5911.5671.18
HexADBBBE92019bfc47
Octal25527327611203127714107
Binary1010110110111011101111101001100110011011111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBBE; }

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

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

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

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

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

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

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

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