Html Css Color HEX #ABBAE5 Perano

📋 copy color: '#ABBAE5'

red 171 ◦ green 186 ◦ blue 229

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

Shades of Perano #ABBAE5

Tints of Perano #ABBAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.74%

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

R = 29.18%
G = 31.74%
B = 39.08%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABBAE5 (or 0xABBAE5) is known color: Perano. HEX triplet: AB, BA and E5. RGB value is (171,186,229). Sum of RGB (Red+Green+Blue) = 171+186+229=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABBAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAE5 is #54451A. Grayscale: #BABABA. Windows color (decimal): -5522715 or 15055531. OLE color: 15055531.

HSL color Cylindrical-coordinate representation of color #ABBAE5: hue angle of 224.48º 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 #ABBAE5 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 186 229 -
CMYK 0.25 0.19 0 0.10
HSL 224.48º 0.53% 0.78% -
HSV(B) 224.48º 0.25% 0.9% -
XYZ 48.5 49.43 81.11 -
YUV 186.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 171 186 229 0.25 0.19 0 0.10 224.48 0.53 0.78
Hex AB BA E5 19 13 0 A E0 35 4E
Octal 253 272 345 31 23 0 12 340 65 116
Binary 10101011 10111010 11100101 11001 10011 0 1010 11100000 110101 1001110

Color Harmonies of #ABBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAE5

Black with #ABBAE5

Text Example


Text Example

White with #ABBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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