Html Css Color HEX #ABACDB Wistful

📋 copy color: '#ABACDB'

red 171 ◦ green 172 ◦ blue 219

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

Shades of Wistful #ABACDB

Tints of Wistful #ABACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.6%

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

R = 30.43%
G = 30.6%
B = 38.97%

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

#ABACDB (or 0xABACDB) is known color: Wistful. HEX triplet: AB, AC and DB. RGB value is (171,172,219). Sum of RGB (Red+Green+Blue) = 171+172+219=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACDB is #545324. Grayscale: #B0B0B0. Windows color (decimal): -5526309 or 14396587. OLE color: 14396587.

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

Color convert

RGB 171 172 219 -
CMYK 0.22 0.21 0 0.14
HSL 238.75º 0.4% 0.76% -
HSV(B) 238.75º 0.22% 0.86% -
XYZ 44.33 43.28 73.03 -
YUV 177.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 171 172 219 0.22 0.21 0 0.14 238.75 0.4 0.76
Hex AB AC DB 16 15 0 E EF 28 4C
Octal 253 254 333 26 25 0 16 357 50 114
Binary 10101011 10101100 11011011 10110 10101 0 1110 11101111 101000 1001100

Color Harmonies of #ABACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACDB

Black with #ABACDB

Text Example


Text Example

White with #ABACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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