Html Css Color HEX #ABBDE5 Perano

📋 copy color: '#ABBDE5'

red 171 ◦ green 189 ◦ blue 229

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

Shades of Perano #ABBDE5

Tints of Perano #ABBDE5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.09%

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

R = 29.03%
G = 32.09%
B = 38.88%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABBDE5 (or 0xABBDE5) is known color: Perano. HEX triplet: AB, BD and E5. RGB value is (171,189,229). Sum of RGB (Red+Green+Blue) = 171+189+229=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABBDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDE5 is #54421A. Grayscale: #BCBCBC. Windows color (decimal): -5521947 or 15056299. OLE color: 15056299.

HSL color Cylindrical-coordinate representation of color #ABBDE5: hue angle of 221.38º 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 #ABBDE5 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 189 229 -
CMYK 0.25 0.17 0 0.10
HSL 221.38º 0.53% 0.78% -
HSV(B) 221.38º 0.25% 0.9% -
XYZ 49.14 50.71 81.33 -
YUV 188.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 171 189 229 0.25 0.17 0 0.10 221.38 0.53 0.78
Hex AB BD E5 19 11 0 A DD 35 4E
Octal 253 275 345 31 21 0 12 335 65 116
Binary 10101011 10111101 11100101 11001 10001 0 1010 11011101 110101 1001110

Color Harmonies of #ABBDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDE5

Black with #ABBDE5

Text Example


Text Example

White with #ABBDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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