Html Css Color HEX #ABB5E0 Perano

📋 copy color: '#ABB5E0'

red 171 ◦ green 181 ◦ blue 224

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

Shades of Perano #ABB5E0

Tints of Perano #ABB5E0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.42%

 BLUE value IS 224 (87.89% from 255) = 38.89%

R = 29.69%
G = 31.42%
B = 38.89%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABB5E0 (or 0xABB5E0) is known color: Perano. HEX triplet: AB, B5 and E0. RGB value is (171,181,224). Sum of RGB (Red+Green+Blue) = 171+181+224=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABB5E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5E0 is #544A1F. Grayscale: #B6B6B6. Windows color (decimal): -5524000 or 14726571. OLE color: 14726571.

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

Color convert

RGB 171 181 224 -
CMYK 0.24 0.19 0 0.12
HSL 228.68º 0.46% 0.77% -
HSV(B) 228.68º 0.24% 0.88% -
XYZ 46.77 47.09 77.14 -
YUV 182.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 171 181 224 0.24 0.19 0 0.12 228.68 0.46 0.77
Hex AB B5 E0 18 13 0 C E5 2E 4D
Octal 253 265 340 30 23 0 14 345 56 115
Binary 10101011 10110101 11100000 11000 10011 0 1100 11100101 101110 1001101

Color Harmonies of #ABB5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB5E0

Black with #ABB5E0

Text Example


Text Example

White with #ABB5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB5E0; }

 p { color: rgb(171,181,224); }

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

background-color css

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

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

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

border-color css

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

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

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