Html Css Color HEX #ABACE5 Perano

📋 copy color: '#ABACE5'

red 171 ◦ green 172 ◦ blue 229

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

Shades of Perano #ABACE5

Tints of Perano #ABACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 29.9%
G = 30.07%
B = 40.03%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABACE5 (or 0xABACE5) is known color: Perano. HEX triplet: AB, AC and E5. RGB value is (171,172,229). Sum of RGB (Red+Green+Blue) = 171+172+229=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACE5 is #54531A. Grayscale: #B1B1B1. Windows color (decimal): -5526299 or 15051947. OLE color: 15051947.

HSL color Cylindrical-coordinate representation of color #ABACE5: hue angle of 238.97º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABACE5 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 172 229 -
CMYK 0.25 0.25 0 0.10
HSL 238.97º 0.53% 0.78% -
HSV(B) 238.97º 0.25% 0.9% -
XYZ 45.69 43.82 80.18 -
YUV 178.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 171 172 229 0.25 0.25 0 0.10 238.97 0.53 0.78
Hex AB AC E5 19 19 0 A EF 35 4E
Octal 253 254 345 31 31 0 12 357 65 116
Binary 10101011 10101100 11100101 11001 11001 0 1010 11101111 110101 1001110

Color Harmonies of #ABACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACE5

Black with #ABACE5

Text Example


Text Example

White with #ABACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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