Html Css Color HEX #ABB4DB Perano

📋 copy color: '#ABB4DB'

red 171 ◦ green 180 ◦ blue 219

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

Shades of Perano #ABB4DB

Tints of Perano #ABB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.58%

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

R = 30%
G = 31.58%
B = 38.42%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABB4DB (or 0xABB4DB) is known color: Perano. HEX triplet: AB, B4 and DB. RGB value is (171,180,219). Sum of RGB (Red+Green+Blue) = 171+180+219=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABB4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4DB is #544B24. Grayscale: #B5B5B5. Windows color (decimal): -5524261 or 14398635. OLE color: 14398635.

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

Color convert

RGB 171 180 219 -
CMYK 0.22 0.18 0 0.14
HSL 228.75º 0.4% 0.76% -
HSV(B) 228.75º 0.22% 0.86% -
XYZ 45.9 46.41 73.56 -
YUV 181.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 171 180 219 0.22 0.18 0 0.14 228.75 0.4 0.76
Hex AB B4 DB 16 12 0 E E5 28 4C
Octal 253 264 333 26 22 0 16 345 50 114
Binary 10101011 10110100 11011011 10110 10010 0 1110 11100101 101000 1001100

Color Harmonies of #ABB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB4DB

Black with #ABB4DB

Text Example


Text Example

White with #ABB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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