Html Css Color HEX #ABBAE0 Perano

📋 copy color: '#ABBAE0'

red 171 ◦ green 186 ◦ blue 224

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

Shades of Perano #ABBAE0

Tints of Perano #ABBAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.55%

R = 29.43%
G = 32.01%
B = 38.55%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABBAE0 (or 0xABBAE0) is known color: Perano. HEX triplet: AB, BA and E0. RGB value is (171,186,224). Sum of RGB (Red+Green+Blue) = 171+186+224=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABBAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAE0 is #54451F. Grayscale: #B9B9B9. Windows color (decimal): -5522720 or 14727851. OLE color: 14727851.

HSL color Cylindrical-coordinate representation of color #ABBAE0: hue angle of 223.02º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABBAE0 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 186 224 -
CMYK 0.24 0.17 0 0.12
HSL 223.02º 0.46% 0.77% -
HSV(B) 223.02º 0.24% 0.88% -
XYZ 47.81 49.16 77.49 -
YUV 185.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 171 186 224 0.24 0.17 0 0.12 223.02 0.46 0.77
Hex AB BA E0 18 11 0 C DF 2E 4D
Octal 253 272 340 30 21 0 14 337 56 115
Binary 10101011 10111010 11100000 11000 10001 0 1100 11011111 101110 1001101

Color Harmonies of #ABBAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAE0

Black with #ABBAE0

Text Example


Text Example

White with #ABBAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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