Html Css Color HEX #ABB0DC Perano

📋 copy color: '#ABB0DC'

red 171 ◦ green 176 ◦ blue 220

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

Shades of Perano #ABB0DC

Tints of Perano #ABB0DC

RGB

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

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

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

R = 30.16%
G = 31.04%
B = 38.8%

CMYK

 C value IS 0.22

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABB0DC (or 0xABB0DC) is known color: Perano. HEX triplet: AB, B0 and DC. RGB value is (171,176,220). Sum of RGB (Red+Green+Blue) = 171+176+220=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0DC is #544F23. Grayscale: #B3B3B3. Windows color (decimal): -5525284 or 14463147. OLE color: 14463147.

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

Color convert

RGB 171 176 220 -
CMYK 0.22 0.2 0 0.14
HSL 233.88º 0.41% 0.77% -
HSV(B) 233.88º 0.22% 0.86% -
XYZ 45.24 44.88 73.99 -
YUV 179.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 171 176 220 0.22 0.2 0 0.14 233.88 0.41 0.77
Hex AB B0 DC 16 14 0 E EA 29 4D
Octal 253 260 334 26 24 0 16 352 51 115
Binary 10101011 10110000 11011100 10110 10100 0 1110 11101010 101001 1001101

Color Harmonies of #ABB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB0DC

Black with #ABB0DC

Text Example


Text Example

White with #ABB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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