#ADBBFB

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

Shades of Perano #ADBBFB

Tints of Perano #ADBBFB

Color information

#ADBBFB (or 0xADBBFB) is unknown color: approx Perano. HEX triplet: AD, BB and FB. RGB value is (173,187,251). Sum of RGB (Red+Green+Blue) = 173+187+251=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADBBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBBFB is #524404. Grayscale: #BDBDBD. Windows color (decimal): -5391365 or 16497581. OLE color: 16497581.

HSL color Cylindrical-coordinate representation of color #ADBBFB: hue angle of 229.23º 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 #ADBBFB is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173187251-
CMYK0.310.2500.02
HSL229.23º90.7%83.14%-
HSV(B)229.23º31.08%98.43%-
XYZ52.4251.3998.42-
YUV190.11162.36115.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=28.31%
G=30.61%
B=41.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731872510.310.2500.02229.2390.783.14
HexADBBFB1F1902e55b53
Octal255273373373102345133123
Binary10101101101110111111101111111110010101110010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBFB; }

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

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

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

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

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

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

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

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