Html Css Color HEX #ABBAF1 Perano

📋 copy color: '#ABBAF1'

red 171 ◦ green 186 ◦ blue 241

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

Shades of Perano #ABBAF1

Tints of Perano #ABBAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.3%

R = 28.6%
G = 31.1%
B = 40.3%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABBAF1 (or 0xABBAF1) is known color: Perano. HEX triplet: AB, BA and F1. RGB value is (171,186,241). Sum of RGB (Red+Green+Blue) = 171+186+241=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABBAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAF1 is #54450E. Grayscale: #BBBBBB. Windows color (decimal): -5522703 or 15841963. OLE color: 15841963.

HSL color Cylindrical-coordinate representation of color #ABBAF1: hue angle of 227.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABBAF1 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 186 241 -
CMYK 0.29 0.23 0 0.05
HSL 227.14º 0.71% 0.81% -
HSV(B) 227.14º 0.29% 0.95% -
XYZ 50.23 50.13 90.25 -
YUV 187.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 171 186 241 0.29 0.23 0 0.05 227.14 0.71 0.81
Hex AB BA F1 1D 17 0 5 E3 47 51
Octal 253 272 361 35 27 0 5 343 107 121
Binary 10101011 10111010 11110001 11101 10111 0 101 11100011 1000111 1010001

Color Harmonies of #ABBAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAF1

Black with #ABBAF1

Text Example


Text Example

White with #ABBAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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