#ADBFFD

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

Shades of Perano #ADBFFD

Tints of Perano #ADBFFD

Color information

#ADBFFD (or 0xADBFFD) is unknown color: approx Perano. HEX triplet: AD, BF and FD. RGB value is (173,191,253). Sum of RGB (Red+Green+Blue) = 173+191+253=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBFFD is #524002. Grayscale: #C0C0C0. Windows color (decimal): -5390339 or 16629677. OLE color: 16629677.

HSL color Cylindrical-coordinate representation of color #ADBFFD: hue angle of 226.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBFFD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173191253-
CMYK0.320.2500.01
HSL226.5º95.24%83.53%-
HSV(B)226.5º31.62%99.22%-
XYZ53.5953.24100.38-
YUV192.69162.04113.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.04%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=28.04%
G=30.96%
B=41.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731912530.320.2500.01226.595.2483.53
HexADBFFD201901e25f54
Octal255277375403101342137124
Binary10101101101111111111110110000011001011110001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFFD; }

 p { color: rgb(173,191,253); }

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

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

 a { background-color: rgb(173,191,253); }

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

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

 span { border-color: rgb(173,191,253); }

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