Html Css Color HEX #ABADF1 Perano

📋 copy color: '#ABADF1'

red 171 ◦ green 173 ◦ blue 241

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

Shades of Perano #ABADF1

Tints of Perano #ABADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.57%

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 29.23%
G = 29.57%
B = 41.2%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABADF1 (or 0xABADF1) is known color: Perano. HEX triplet: AB, AD and F1. RGB value is (171,173,241). Sum of RGB (Red+Green+Blue) = 171+173+241=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADF1 is #54520E. Grayscale: #B3B3B3. Windows color (decimal): -5526031 or 15838635. OLE color: 15838635.

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

Color convert

RGB 171 173 241 -
CMYK 0.29 0.28 0 0.05
HSL 238.29º 0.71% 0.81% -
HSV(B) 238.29º 0.29% 0.95% -
XYZ 47.62 44.9 89.38 -
YUV 180.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 171 173 241 0.29 0.28 0 0.05 238.29 0.71 0.81
Hex AB AD F1 1D 1C 0 5 EE 47 51
Octal 253 255 361 35 34 0 5 356 107 121
Binary 10101011 10101101 11110001 11101 11100 0 101 11101110 1000111 1010001

Color Harmonies of #ABADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADF1

Black with #ABADF1

Text Example


Text Example

White with #ABADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADF1; }

 p { color: rgb(171,173,241); }

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

background-color css

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

 a { background-color: rgb(171,173,241); }

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

border-color css

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

 span { border-color: rgb(171,173,241); }

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