Html Css Color HEX #ABBAF2 Perano

📋 copy color: '#ABBAF2'

red 171 ◦ green 186 ◦ blue 242

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

Shades of Perano #ABBAF2

Tints of Perano #ABBAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.4%

R = 28.55%
G = 31.05%
B = 40.4%

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

#ABBAF2 (or 0xABBAF2) is known color: Perano. HEX triplet: AB, BA and F2. RGB value is (171,186,242). Sum of RGB (Red+Green+Blue) = 171+186+242=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABBAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAF2 is #54450D. Grayscale: #BBBBBB. Windows color (decimal): -5522702 or 15907499. OLE color: 15907499.

HSL color Cylindrical-coordinate representation of color #ABBAF2: hue angle of 227.32º degrees, saturation: 0.73, 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 #ABBAF2 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 186 242 -
CMYK 0.29 0.23 0 0.05
HSL 227.32º 0.73% 0.81% -
HSV(B) 227.32º 0.29% 0.95% -
XYZ 50.38 50.19 91.04 -
YUV 187.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 171 186 242 0.29 0.23 0 0.05 227.32 0.73 0.81
Hex AB BA F2 1D 17 0 5 E3 49 51
Octal 253 272 362 35 27 0 5 343 111 121
Binary 10101011 10111010 11110010 11101 10111 0 101 11100011 1001001 1010001

Color Harmonies of #ABBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAF2

Black with #ABBAF2

Text Example


Text Example

White with #ABBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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