Html Css Color HEX #ABABF2 Perano

📋 copy color: '#ABABF2'

red 171 ◦ green 171 ◦ blue 242

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

Shades of Perano #ABABF2

Tints of Perano #ABABF2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.28%

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

R = 29.28%
G = 29.28%
B = 41.44%

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

#ABABF2 (or 0xABABF2) is known color: Perano. HEX triplet: AB, AB and F2. RGB value is (171,171,242). Sum of RGB (Red+Green+Blue) = 171+171+242=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABF2 is #54540D. Grayscale: #B2B2B2. Windows color (decimal): -5526542 or 15903659. OLE color: 15903659.

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

Color convert

RGB 171 171 242 -
CMYK 0.29 0.29 0 0.05
HSL 240º 0.73% 0.81% -
HSV(B) 240º 0.29% 0.95% -
XYZ 47.38 44.19 90.04 -
YUV 179.09 163.5 122.23 -
System Red Green Blue C M Y K H S L
Decimal 171 171 242 0.29 0.29 0 0.05 240 0.73 0.81
Hex AB AB F2 1D 1D 0 5 F0 49 51
Octal 253 253 362 35 35 0 5 360 111 121
Binary 10101011 10101011 11110010 11101 11101 0 101 11110000 1001001 1010001

Color Harmonies of #ABABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABF2

Black with #ABABF2

Text Example


Text Example

White with #ABABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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