#abbdf4

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

Shades of Perano #ABBDF4

Tints of Perano #ABBDF4

Color information

#ABBDF4 (or 0xABBDF4) is unknown color: approx Perano. HEX triplet: AB, BD and F4. RGB value is (171,189,244). Sum of RGB (Red+Green+Blue) = 171+189+244=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABBDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDF4 is #54420B. Grayscale: #BDBDBD. Windows color (decimal): -5521932 or 16039339. OLE color: 16039339.

HSL color Cylindrical-coordinate representation of color #ABBDF4: hue angle of 225.21º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABBDF4 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171189244-
CMYK0.300.2300.04
HSL225.21º76.84%81.37%-
HSV(B)225.21º29.92%95.69%-
XYZ51.3251.5892.84-
YUV189.89158.54114.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 244 (95.70% from 255) = 40.40%
R=28.31%
G=31.29%
B=40.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711892440.300.2300.04225.2176.8481.37
HexABBDF41E1704e14d51
Octal253275364362704341115121
Binary101010111011110111110100111101011101001110000110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abbdf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abbdf4; }

 p { color: rgb(171,189,244); }

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

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

 a { background-color: rgb(171,189,244); }

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

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

 span { border-color: rgb(171,189,244); }

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