Html Css Color HEX #ABB9DB Perano

📋 copy color: '#ABB9DB'

red 171 ◦ green 185 ◦ blue 219

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

Shades of Perano #ABB9DB

Tints of Perano #ABB9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.17%

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 29.74%
G = 32.17%
B = 38.09%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABB9DB (or 0xABB9DB) is known color: Perano. HEX triplet: AB, B9 and DB. RGB value is (171,185,219). Sum of RGB (Red+Green+Blue) = 171+185+219=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9DB is #544624. Grayscale: #B8B8B8. Windows color (decimal): -5522981 or 14399915. OLE color: 14399915.

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

Color convert

RGB 171 185 219 -
CMYK 0.22 0.16 0 0.14
HSL 222.5º 0.4% 0.76% -
HSV(B) 222.5º 0.22% 0.86% -
XYZ 46.93 48.47 73.9 -
YUV 184.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 171 185 219 0.22 0.16 0 0.14 222.5 0.4 0.76
Hex AB B9 DB 16 10 0 E DE 28 4C
Octal 253 271 333 26 20 0 16 336 50 114
Binary 10101011 10111001 11011011 10110 10000 0 1110 11011110 101000 1001100

Color Harmonies of #ABB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9DB

Black with #ABB9DB

Text Example


Text Example

White with #ABB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9DB; }

 p { color: rgb(171,185,219); }

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

background-color css

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

 a { background-color: rgb(171,185,219); }

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

border-color css

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

 span { border-color: rgb(171,185,219); }

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