#ABB6FE

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

Shades of Perano #ABB6FE

Tints of Perano #ABB6FE

Color information

#ABB6FE (or 0xABB6FE) is unknown color: approx Perano. HEX triplet: AB, B6 and FE. RGB value is (171,182,254). Sum of RGB (Red+Green+Blue) = 171+182+254=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB6FE is #544901. Grayscale: #BABABA. Windows color (decimal): -5523714 or 16692907. OLE color: 16692907.

HSL color Cylindrical-coordinate representation of color #ABB6FE: hue angle of 232.05º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABB6FE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171182254-
CMYK0.330.2800.00
HSL232.05º97.65%83.33%-
HSV(B)232.05º32.68%99.61%-
XYZ51.4149.27100.57-
YUV186.92165.86116.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.17%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=28.17%
G=29.98%
B=41.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711822540.330.2800.00232.0597.6583.33
HexABB6FE211C00e86253
Octal253266376413400350142123
Binary10101011101101101111111010000111100001110100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6FE; }

 p { color: rgb(171,182,254); }

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

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

 a { background-color: rgb(171,182,254); }

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

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

 span { border-color: rgb(171,182,254); }

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