#ADBEC1

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

Shades of Casper #ADBEC1

Tints of Casper #ADBEC1

Color information

#ADBEC1 (or 0xADBEC1) is unknown color: approx Casper. HEX triplet: AD, BE and C1. RGB value is (173,190,193). Sum of RGB (Red+Green+Blue) = 173+190+193=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADBEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC1 is #52413E. Grayscale: #B9B9B9. Windows color (decimal): -5390655 or 12697261. OLE color: 12697261.

HSL color Cylindrical-coordinate representation of color #ADBEC1: hue angle of 189º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBEC1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173190193-
CMYK0.100.0200.24
HSL189º13.89%71.76%-
HSV(B)189º10.36%75.69%-
XYZ45.2749.5657.63-
YUV185.26132.37119.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=31.12%
G=34.17%
B=34.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731901930.100.0200.2418913.8971.76
HexADBEC1A2018bde48
Octal25527630112203027516110
Binary1010110110111110110000011010100110001011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEC1; }

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

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

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

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

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

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

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

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