Html Css Color HEX #ABADF2 Perano

📋 copy color: '#ABADF2'

red 171 ◦ green 173 ◦ blue 242

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

Shades of Perano #ABADF2

Tints of Perano #ABADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.3%

R = 29.18%
G = 29.52%
B = 41.3%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABADF2 (or 0xABADF2) is known color: Perano. HEX triplet: AB, AD and F2. RGB value is (171,173,242). Sum of RGB (Red+Green+Blue) = 171+173+242=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADF2 is #54520D. Grayscale: #B3B3B3. Windows color (decimal): -5526030 or 15904171. OLE color: 15904171.

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

Color convert

RGB 171 173 242 -
CMYK 0.29 0.29 0 0.05
HSL 238.31º 0.73% 0.81% -
HSV(B) 238.31º 0.29% 0.95% -
XYZ 47.77 44.96 90.16 -
YUV 180.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 171 173 242 0.29 0.29 0 0.05 238.31 0.73 0.81
Hex AB AD F2 1D 1D 0 5 EE 49 51
Octal 253 255 362 35 35 0 5 356 111 121
Binary 10101011 10101101 11110010 11101 11101 0 101 11101110 1001001 1010001

Color Harmonies of #ABADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADF2

Black with #ABADF2

Text Example


Text Example

White with #ABADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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