Html Css Color HEX #ABACE7 Perano

📋 copy color: '#ABACE7'

red 171 ◦ green 172 ◦ blue 231

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

Shades of Perano #ABACE7

Tints of Perano #ABACE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.24%

R = 29.79%
G = 29.97%
B = 40.24%

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

#ABACE7 (or 0xABACE7) is known color: Perano. HEX triplet: AB, AC and E7. RGB value is (171,172,231). Sum of RGB (Red+Green+Blue) = 171+172+231=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABACE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACE7 is #545318. Grayscale: #B2B2B2. Windows color (decimal): -5526297 or 15183019. OLE color: 15183019.

HSL color Cylindrical-coordinate representation of color #ABACE7: hue angle of 239º degrees, saturation: 0.56, 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 #ABACE7 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 172 231 -
CMYK 0.26 0.26 0 0.09
HSL 239º 0.56% 0.79% -
HSV(B) 239º 0.26% 0.91% -
XYZ 45.97 43.93 81.66 -
YUV 178.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 171 172 231 0.26 0.26 0 0.09 239 0.56 0.79
Hex AB AC E7 1A 1A 0 9 EF 38 4F
Octal 253 254 347 32 32 0 11 357 70 117
Binary 10101011 10101100 11100111 11010 11010 0 1001 11101111 111000 1001111

Color Harmonies of #ABACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACE7

Black with #ABACE7

Text Example


Text Example

White with #ABACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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