#ABBCFF

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

Shades of Perano #ABBCFF

Tints of Perano #ABBCFF

Color information

#ABBCFF (or 0xABBCFF) is unknown color: approx Perano. HEX triplet: AB, BC and FF. RGB value is (171,188,255). Sum of RGB (Red+Green+Blue) = 171+188+255=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABBCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBCFF is #544300. Grayscale: #BEBEBE. Windows color (decimal): -5522177 or 16759979. OLE color: 16759979.

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

Color convert

RGB171188255-
CMYK0.330.2600
HSL227.86º100%83.53%-
HSV(B)227.86º32.94%100%-
XYZ52.8351.84101.83-
YUV190.55164.37114.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.85%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 255 (100% from 255) = 41.53%
R=27.85%
G=30.62%
B=41.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711882550.330.2600227.8610083.53
HexABBCFF211A00e46454
Octal253274377413200344144124
Binary10101011101111001111111110000111010001110010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCFF; }

 p { color: rgb(171,188,255); }

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

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

 a { background-color: rgb(171,188,255); }

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

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

 span { border-color: rgb(171,188,255); }

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