Html Css Color HEX #ABACE1 Perano

📋 copy color: '#ABACE1'

red 171 ◦ green 172 ◦ blue 225

#ABACE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #ABACE1

Tints of Perano #ABACE1

RGB

 RED value IS 171 (67.19% from 255) = 30.11%

 GREEN value IS 172 (67.58% from 255) = 30.28%

 BLUE value IS 225 (88.28% from 255) = 39.61%

R = 30.11%
G = 30.28%
B = 39.61%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABACE1 (or 0xABACE1) is known color: Perano. HEX triplet: AB, AC and E1. RGB value is (171,172,225). Sum of RGB (Red+Green+Blue) = 171+172+225=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACE1 is #54531E. Grayscale: #B1B1B1. Windows color (decimal): -5526303 or 14789803. OLE color: 14789803.

HSL color Cylindrical-coordinate representation of color #ABACE1: hue angle of 238.89º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABACE1 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 172 225 -
CMYK 0.24 0.24 0 0.12
HSL 238.89º 0.47% 0.78% -
HSV(B) 238.89º 0.24% 0.88% -
XYZ 45.14 43.6 77.27 -
YUV 177.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 171 172 225 0.24 0.24 0 0.12 238.89 0.47 0.78
Hex AB AC E1 18 18 0 C EF 2F 4E
Octal 253 254 341 30 30 0 14 357 57 116
Binary 10101011 10101100 11100001 11000 11000 0 1100 11101111 101111 1001110

Color Harmonies of #ABACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACE1

Black with #ABACE1

Text Example


Text Example

White with #ABACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACE1; }

 p { color: rgb(171,172,225); }

 H1.HeaderClassName
 {
   color: #ABACE1;
 }
 .AnyTagClassName
 {
   color: #ABACE1;
 }
</style>

background-color css

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

 a { background-color: rgb(171,172,225); }

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

border-color css

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

 span { border-color: rgb(171,172,225); }

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