#ADBEFB

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

Shades of Perano #ADBEFB

Tints of Perano #ADBEFB

Color information

#ADBEFB (or 0xADBEFB) is unknown color: approx Perano. HEX triplet: AD, BE and FB. RGB value is (173,190,251). Sum of RGB (Red+Green+Blue) = 173+190+251=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADBEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEFB is #524104. Grayscale: #BFBFBF. Windows color (decimal): -5390597 or 16498349. OLE color: 16498349.

HSL color Cylindrical-coordinate representation of color #ADBEFB: hue angle of 226.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADBEFB is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173190251-
CMYK0.310.2400.02
HSL226.92º90.7%83.14%-
HSV(B)226.92º31.08%98.43%-
XYZ53.0652.6898.64-
YUV191.87161.37114.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.18%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=28.18%
G=30.94%
B=40.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731902510.310.2400.02226.9290.783.14
HexADBEFB1F1802e35b53
Octal255276373373002343133123
Binary10101101101111101111101111111110000101110001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEFB; }

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

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

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

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

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

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

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

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