Html Css Color HEX #ABBAFB Perano

📋 copy color: '#ABBAFB'

red 171 ◦ green 186 ◦ blue 251

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

Shades of Perano #ABBAFB

Tints of Perano #ABBAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.28%

R = 28.13%
G = 30.59%
B = 41.28%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABBAFB (or 0xABBAFB) is known color: Perano. HEX triplet: AB, BA and FB. RGB value is (171,186,251). Sum of RGB (Red+Green+Blue) = 171+186+251=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABBAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAFB is #544504. Grayscale: #BCBCBC. Windows color (decimal): -5522693 or 16497323. OLE color: 16497323.

HSL color Cylindrical-coordinate representation of color #ABBAFB: hue angle of 228.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABBAFB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 186 251 -
CMYK 0.32 0.26 0 0.02
HSL 228.75º 0.91% 0.83% -
HSV(B) 228.75º 0.32% 0.98% -
XYZ 51.77 50.74 98.33 -
YUV 188.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 171 186 251 0.32 0.26 0 0.02 228.75 0.91 0.83
Hex AB BA FB 20 1A 0 2 E5 5B 53
Octal 253 272 373 40 32 0 2 345 133 123
Binary 10101011 10111010 11111011 100000 11010 0 10 11100101 1011011 1010011

Color Harmonies of #ABBAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAFB

Black with #ABBAFB

Text Example


Text Example

White with #ABBAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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