Html Css Color HEX #ABB1E1 Perano

📋 copy color: '#ABB1E1'

red 171 ◦ green 177 ◦ blue 225

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

Shades of Perano #ABB1E1

Tints of Perano #ABB1E1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.89%

 BLUE value IS 225 (88.28% from 255) = 39.27%

R = 29.84%
G = 30.89%
B = 39.27%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABB1E1 (or 0xABB1E1) is known color: Perano. HEX triplet: AB, B1 and E1. RGB value is (171,177,225). Sum of RGB (Red+Green+Blue) = 171+177+225=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABB1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1E1 is #544E1E. Grayscale: #B4B4B4. Windows color (decimal): -5525023 or 14791083. OLE color: 14791083.

HSL color Cylindrical-coordinate representation of color #ABB1E1: hue angle of 233.33º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABB1E1 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 177 225 -
CMYK 0.24 0.21 0 0.12
HSL 233.33º 0.47% 0.78% -
HSV(B) 233.33º 0.24% 0.88% -
XYZ 46.11 45.54 77.59 -
YUV 180.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 171 177 225 0.24 0.21 0 0.12 233.33 0.47 0.78
Hex AB B1 E1 18 15 0 C E9 2F 4E
Octal 253 261 341 30 25 0 14 351 57 116
Binary 10101011 10110001 11100001 11000 10101 0 1100 11101001 101111 1001110

Color Harmonies of #ABB1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB1E1

Black with #ABB1E1

Text Example


Text Example

White with #ABB1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB1E1; }

 p { color: rgb(171,177,225); }

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

background-color css

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

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

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

border-color css

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

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

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