Html Css Color HEX #ABADDC Perano

📋 copy color: '#ABADDC'

red 171 ◦ green 173 ◦ blue 220

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

Shades of Perano #ABADDC

Tints of Perano #ABADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.67%

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

R = 30.32%
G = 30.67%
B = 39.01%

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

#ABADDC (or 0xABADDC) is known color: Perano. HEX triplet: AB, AD and DC. RGB value is (171,173,220). Sum of RGB (Red+Green+Blue) = 171+173+220=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADDC is #545223. Grayscale: #B1B1B1. Windows color (decimal): -5526052 or 14462379. OLE color: 14462379.

HSL color Cylindrical-coordinate representation of color #ABADDC: hue angle of 237.55º 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 #ABADDC is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 173 220 -
CMYK 0.22 0.21 0 0.14
HSL 237.55º 0.41% 0.77% -
HSV(B) 237.55º 0.22% 0.86% -
XYZ 44.66 43.71 73.79 -
YUV 177.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 171 173 220 0.22 0.21 0 0.14 237.55 0.41 0.77
Hex AB AD DC 16 15 0 E EE 29 4D
Octal 253 255 334 26 25 0 16 356 51 115
Binary 10101011 10101101 11011100 10110 10101 0 1110 11101110 101001 1001101

Color Harmonies of #ABADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADDC

Black with #ABADDC

Text Example


Text Example

White with #ABADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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