#ABADFB

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

Shades of Perano #ABADFB

Tints of Perano #ABADFB

Color information

#ABADFB (or 0xABADFB) is unknown color: approx Perano. HEX triplet: AB, AD and FB. RGB value is (171,173,251). Sum of RGB (Red+Green+Blue) = 171+173+251=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADFB is #545204. Grayscale: #B4B4B4. Windows color (decimal): -5526021 or 16493995. OLE color: 16493995.

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

Color convert

RGB171173251-
CMYK0.320.3100.02
HSL238.5º90.91%82.75%-
HSV(B)238.5º31.87%98.43%-
XYZ49.1545.5197.46-
YUV181.29167.34120.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=28.74%
G=29.08%
B=42.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711732510.320.3100.02238.590.9182.75
HexABADFB201F02ee5b53
Octal253255373403702356133123
Binary101010111010110111111011100000111110101110111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADFB; }

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

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

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

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

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

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

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

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