#ABB3EE

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

Shades of Perano #ABB3EE

Tints of Perano #ABB3EE

Color information

#ABB3EE (or 0xABB3EE) is unknown color: approx Perano. HEX triplet: AB, B3 and EE. RGB value is (171,179,238). Sum of RGB (Red+Green+Blue) = 171+179+238=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABB3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB3EE is #544C11. Grayscale: #B7B7B7. Windows color (decimal): -5524498 or 15643563. OLE color: 15643563.

HSL color Cylindrical-coordinate representation of color #ABB3EE: hue angle of 232.84º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABB3EE is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171179238-
CMYK0.280.2500.07
HSL232.84º66.34%80.2%-
HSV(B)232.84º28.15%93.33%-
XYZ48.3547.0787.43-
YUV183.33158.85119.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=29.08%
G=30.44%
B=40.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711792380.280.2500.07232.8466.3480.2
HexABB3EE1C1907e94250
Octal253263356343107351102120
Binary101010111011001111101110111001100101111110100110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3EE; }

 p { color: rgb(171,179,238); }

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

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

 a { background-color: rgb(171,179,238); }

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

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

 span { border-color: rgb(171,179,238); }

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