Html Css Color HEX #ABB5FA Perano

📋 copy color: '#ABB5FA'

red 171 ◦ green 181 ◦ blue 250

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

Shades of Perano #ABB5FA

Tints of Perano #ABB5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 28.41%
G = 30.07%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABB5FA (or 0xABB5FA) is known color: Perano. HEX triplet: AB, B5 and FA. RGB value is (171,181,250). Sum of RGB (Red+Green+Blue) = 171+181+250=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABB5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5FA is #544A05. Grayscale: #B9B9B9. Windows color (decimal): -5523974 or 16430507. OLE color: 16430507.

HSL color Cylindrical-coordinate representation of color #ABB5FA: hue angle of 232.41º degrees, saturation: 0.89, 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 #ABB5FA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 181 250 -
CMYK 0.32 0.28 0 0.02
HSL 232.41º 0.89% 0.83% -
HSV(B) 232.41º 0.32% 0.98% -
XYZ 50.57 48.61 97.16 -
YUV 185.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 171 181 250 0.32 0.28 0 0.02 232.41 0.89 0.83
Hex AB B5 FA 20 1C 0 2 E8 59 53
Octal 253 265 372 40 34 0 2 350 131 123
Binary 10101011 10110101 11111010 100000 11100 0 10 11101000 1011001 1010011

Color Harmonies of #ABB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB5FA

Black with #ABB5FA

Text Example


Text Example

White with #ABB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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