Html Css Color HEX #ABBAFE Perano

📋 copy color: '#ABBAFE'

red 171 ◦ green 186 ◦ blue 254

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

Shades of Perano #ABBAFE

Tints of Perano #ABBAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 27.99%
G = 30.44%
B = 41.57%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABBAFE (or 0xABBAFE) is known color: Perano. HEX triplet: AB, BA and FE. RGB value is (171,186,254). Sum of RGB (Red+Green+Blue) = 171+186+254=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAFE is #544501. Grayscale: #BCBCBC. Windows color (decimal): -5522690 or 16693931. OLE color: 16693931.

HSL color Cylindrical-coordinate representation of color #ABBAFE: hue angle of 229.16º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABBAFE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 186 254 -
CMYK 0.33 0.27 0 0.00
HSL 229.16º 0.98% 0.83% -
HSV(B) 229.16º 0.33% 1% -
XYZ 52.24 50.93 100.84 -
YUV 189.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 171 186 254 0.33 0.27 0 0.00 229.16 0.98 0.83
Hex AB BA FE 21 1B 0 0 E5 62 53
Octal 253 272 376 41 33 0 0 345 142 123
Binary 10101011 10111010 11111110 100001 11011 0 0 11100101 1100010 1010011

Color Harmonies of #ABBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAFE

Black with #ABBAFE

Text Example


Text Example

White with #ABBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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