Html Css Color HEX #ABBAF0 Perano

📋 copy color: '#ABBAF0'

red 171 ◦ green 186 ◦ blue 240

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

Shades of Perano #ABBAF0

Tints of Perano #ABBAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.2%

R = 28.64%
G = 31.16%
B = 40.2%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABBAF0 (or 0xABBAF0) is known color: Perano. HEX triplet: AB, BA and F0. RGB value is (171,186,240). Sum of RGB (Red+Green+Blue) = 171+186+240=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABBAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAF0 is #54450F. Grayscale: #BBBBBB. Windows color (decimal): -5522704 or 15776427. OLE color: 15776427.

HSL color Cylindrical-coordinate representation of color #ABBAF0: hue angle of 226.96º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABBAF0 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 186 240 -
CMYK 0.29 0.22 0 0.06
HSL 226.96º 0.7% 0.81% -
HSV(B) 226.96º 0.29% 0.94% -
XYZ 50.08 50.07 89.46 -
YUV 187.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 171 186 240 0.29 0.22 0 0.06 226.96 0.7 0.81
Hex AB BA F0 1D 16 0 6 E3 46 51
Octal 253 272 360 35 26 0 6 343 106 121
Binary 10101011 10111010 11110000 11101 10110 0 110 11100011 1000110 1010001

Color Harmonies of #ABBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAF0

Black with #ABBAF0

Text Example


Text Example

White with #ABBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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