Html Css Color HEX #ABB0E5 Perano

📋 copy color: '#ABB0E5'

red 171 ◦ green 176 ◦ blue 229

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

Shades of Perano #ABB0E5

Tints of Perano #ABB0E5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.56%

 BLUE value IS 229 (89.84% from 255) = 39.76%

R = 29.69%
G = 30.56%
B = 39.76%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABB0E5 (or 0xABB0E5) is known color: Perano. HEX triplet: AB, B0 and E5. RGB value is (171,176,229). Sum of RGB (Red+Green+Blue) = 171+176+229=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABB0E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0E5 is #544F1A. Grayscale: #B4B4B4. Windows color (decimal): -5525275 or 15052971. OLE color: 15052971.

HSL color Cylindrical-coordinate representation of color #ABB0E5: hue angle of 234.83º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABB0E5 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 176 229 -
CMYK 0.25 0.23 0 0.10
HSL 234.83º 0.53% 0.78% -
HSV(B) 234.83º 0.25% 0.9% -
XYZ 46.46 45.37 80.44 -
YUV 180.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 171 176 229 0.25 0.23 0 0.10 234.83 0.53 0.78
Hex AB B0 E5 19 17 0 A EB 35 4E
Octal 253 260 345 31 27 0 12 353 65 116
Binary 10101011 10110000 11100101 11001 10111 0 1010 11101011 110101 1001110

Color Harmonies of #ABB0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB0E5

Black with #ABB0E5

Text Example


Text Example

White with #ABB0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB0E5; }

 p { color: rgb(171,176,229); }

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

background-color css

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

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

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

border-color css

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

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

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