Html Css Color HEX #ABAEDC Perano

📋 copy color: '#ABAEDC'

red 171 ◦ green 174 ◦ blue 220

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

Shades of Perano #ABAEDC

Tints of Perano #ABAEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.8%

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 30.27%
G = 30.8%
B = 38.94%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABAEDC (or 0xABAEDC) is known color: Perano. HEX triplet: AB, AE and DC. RGB value is (171,174,220). Sum of RGB (Red+Green+Blue) = 171+174+220=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEDC is #545123. Grayscale: #B2B2B2. Windows color (decimal): -5525796 or 14462635. OLE color: 14462635.

HSL color Cylindrical-coordinate representation of color #ABAEDC: hue angle of 236.33º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABAEDC is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 174 220 -
CMYK 0.22 0.21 0 0.14
HSL 236.33º 0.41% 0.77% -
HSV(B) 236.33º 0.22% 0.86% -
XYZ 44.85 44.1 73.86 -
YUV 178.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 171 174 220 0.22 0.21 0 0.14 236.33 0.41 0.77
Hex AB AE DC 16 15 0 E EC 29 4D
Octal 253 256 334 26 25 0 16 354 51 115
Binary 10101011 10101110 11011100 10110 10101 0 1110 11101100 101001 1001101

Color Harmonies of #ABAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEDC

Black with #ABAEDC

Text Example


Text Example

White with #ABAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEDC; }

 p { color: rgb(171,174,220); }

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

background-color css

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

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

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

border-color css

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

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

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