#ABBBEE

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

Shades of Perano #ABBBEE

Tints of Perano #ABBBEE

Color information

#ABBBEE (or 0xABBBEE) is unknown color: approx Perano. HEX triplet: AB, BB and EE. RGB value is (171,187,238). Sum of RGB (Red+Green+Blue) = 171+187+238=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABBBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBEE is #544411. Grayscale: #BBBBBB. Windows color (decimal): -5522450 or 15645611. OLE color: 15645611.

HSL color Cylindrical-coordinate representation of color #ABBBEE: hue angle of 225.67º 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 #ABBBEE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171187238-
CMYK0.280.2100.07
HSL225.67º66.34%80.2%-
HSV(B)225.67º28.15%93.33%-
XYZ5050.3787.98-
YUV188.03156.2115.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=28.69%
G=31.38%
B=39.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711872380.280.2100.07225.6766.3480.2
HexABBBEE1C1507e24250
Octal253273356342507342102120
Binary101010111011101111101110111001010101111110001010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBEE; }

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

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

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

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

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

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

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

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