Html Css Color HEX #ABB5FE Perano

📋 copy color: '#ABB5FE'

red 171 ◦ green 181 ◦ blue 254

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

Shades of Perano #ABB5FE

Tints of Perano #ABB5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.87%

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

R = 28.22%
G = 29.87%
B = 41.91%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABB5FE (or 0xABB5FE) is known color: Perano. HEX triplet: AB, B5 and FE. RGB value is (171,181,254). Sum of RGB (Red+Green+Blue) = 171+181+254=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABB5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5FE is #544A01. Grayscale: #BABABA. Windows color (decimal): -5523970 or 16692651. OLE color: 16692651.

HSL color Cylindrical-coordinate representation of color #ABB5FE: hue angle of 232.77º 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 #ABB5FE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 181 254 -
CMYK 0.33 0.29 0 0.00
HSL 232.77º 0.98% 0.83% -
HSV(B) 232.77º 0.33% 1% -
XYZ 51.21 48.86 100.5 -
YUV 186.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 171 181 254 0.33 0.29 0 0.00 232.77 0.98 0.83
Hex AB B5 FE 21 1D 0 0 E9 62 53
Octal 253 265 376 41 35 0 0 351 142 123
Binary 10101011 10110101 11111110 100001 11101 0 0 11101001 1100010 1010011

Color Harmonies of #ABB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB5FE

Black with #ABB5FE

Text Example


Text Example

White with #ABB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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