#ADBCF8

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

Shades of Perano #ADBCF8

Tints of Perano #ADBCF8

Color information

#ADBCF8 (or 0xADBCF8) is unknown color: approx Perano. HEX triplet: AD, BC and F8. RGB value is (173,188,248). Sum of RGB (Red+Green+Blue) = 173+188+248=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADBCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBCF8 is #524307. Grayscale: #BEBEBE. Windows color (decimal): -5391112 or 16301229. OLE color: 16301229.

HSL color Cylindrical-coordinate representation of color #ADBCF8: hue angle of 228º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADBCF8 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173188248-
CMYK0.300.2400.03
HSL228º84.27%82.55%-
HSV(B)228º30.24%97.25%-
XYZ52.1651.6396.02-
YUV190.36160.53115.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 248 (97.27% from 255) = 40.72%
R=28.41%
G=30.87%
B=40.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731882480.300.2400.0322884.2782.55
HexADBCF81E1803e45453
Octal255274370363003344124123
Binary10101101101111001111100011110110000111110010010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBCF8; }

 p { color: rgb(173,188,248); }

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

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

 a { background-color: rgb(173,188,248); }

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

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

 span { border-color: rgb(173,188,248); }

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