#ABB2EE

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

Shades of Perano #ABB2EE

Tints of Perano #ABB2EE

Color information

#ABB2EE (or 0xABB2EE) is unknown color: approx Perano. HEX triplet: AB, B2 and EE. RGB value is (171,178,238). Sum of RGB (Red+Green+Blue) = 171+178+238=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB2EE is #544D11. Grayscale: #B6B6B6. Windows color (decimal): -5524754 or 15643307. OLE color: 15643307.

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

Color convert

RGB171178238-
CMYK0.280.2500.07
HSL233.73º66.34%80.2%-
HSV(B)233.73º28.15%93.33%-
XYZ48.1546.6787.36-
YUV182.75159.18119.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=29.13%
G=30.32%
B=40.55%

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
Decimal1711782380.280.2500.07233.7366.3480.2
HexABB2EE1C1907ea4250
Octal253262356343107352102120
Binary101010111011001011101110111001100101111110101010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2EE; }

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

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

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

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

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

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

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

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