Html Css Color HEX #ABACE8 Perano

📋 copy color: '#ABACE8'

red 171 ◦ green 172 ◦ blue 232

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

Shades of Perano #ABACE8

Tints of Perano #ABACE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.35%

R = 29.74%
G = 29.91%
B = 40.35%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABACE8 (or 0xABACE8) is known color: Perano. HEX triplet: AB, AC and E8. RGB value is (171,172,232). Sum of RGB (Red+Green+Blue) = 171+172+232=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACE8 is #545317. Grayscale: #B2B2B2. Windows color (decimal): -5526296 or 15248555. OLE color: 15248555.

HSL color Cylindrical-coordinate representation of color #ABACE8: hue angle of 239.02º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABACE8 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 172 232 -
CMYK 0.26 0.26 0 0.09
HSL 239.02º 0.57% 0.79% -
HSV(B) 239.02º 0.26% 0.91% -
XYZ 46.11 43.99 82.4 -
YUV 178.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 171 172 232 0.26 0.26 0 0.09 239.02 0.57 0.79
Hex AB AC E8 1A 1A 0 9 EF 39 4F
Octal 253 254 350 32 32 0 11 357 71 117
Binary 10101011 10101100 11101000 11010 11010 0 1001 11101111 111001 1001111

Color Harmonies of #ABACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACE8

Black with #ABACE8

Text Example


Text Example

White with #ABACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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