Html Css Color HEX #ABACE2 Perano

📋 copy color: '#ABACE2'

red 171 ◦ green 172 ◦ blue 226

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

Shades of Perano #ABACE2

Tints of Perano #ABACE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.72%

R = 30.05%
G = 30.23%
B = 39.72%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABACE2 (or 0xABACE2) is known color: Perano. HEX triplet: AB, AC and E2. RGB value is (171,172,226). Sum of RGB (Red+Green+Blue) = 171+172+226=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACE2 is #54531D. Grayscale: #B1B1B1. Windows color (decimal): -5526302 or 14855339. OLE color: 14855339.

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

Color convert

RGB 171 172 226 -
CMYK 0.24 0.24 0 0.11
HSL 238.91º 0.49% 0.78% -
HSV(B) 238.91º 0.24% 0.89% -
XYZ 45.27 43.65 77.99 -
YUV 177.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 171 172 226 0.24 0.24 0 0.11 238.91 0.49 0.78
Hex AB AC E2 18 18 0 B EF 31 4E
Octal 253 254 342 30 30 0 13 357 61 116
Binary 10101011 10101100 11100010 11000 11000 0 1011 11101111 110001 1001110

Color Harmonies of #ABACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACE2

Black with #ABACE2

Text Example


Text Example

White with #ABACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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