#ABB9FD

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

Shades of Perano #ABB9FD

Tints of Perano #ABB9FD

Color information

#ABB9FD (or 0xABB9FD) is unknown color: approx Perano. HEX triplet: AB, B9 and FD. RGB value is (171,185,253). Sum of RGB (Red+Green+Blue) = 171+185+253=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABB9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB9FD is #544602. Grayscale: #BCBCBC. Windows color (decimal): -5522947 or 16628139. OLE color: 16628139.

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

Color convert

RGB171185253-
CMYK0.320.2700.01
HSL229.76º95.35%83.14%-
HSV(B)229.76º32.41%99.22%-
XYZ51.8750.4599.93-
YUV188.57164.36115.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.08%
GREEN value IS 185 (72.66% from 255) = 30.38%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=28.08%
G=30.38%
B=41.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711852530.320.2700.01229.7695.3583.14
HexABB9FD201B01e65f53
Octal253271375403301346137123
Binary10101011101110011111110110000011011011110011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9FD; }

 p { color: rgb(171,185,253); }

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

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

 a { background-color: rgb(171,185,253); }

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

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

 span { border-color: rgb(171,185,253); }

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