Html Css Color HEX #ADB1DB Perano

📋 copy color: '#ADB1DB'

red 173 ◦ green 177 ◦ blue 219

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

Shades of Perano #ADB1DB

Tints of Perano #ADB1DB

RGB

 RED value IS 173 (67.97% from 255) = 30.4%

 GREEN value IS 177 (69.53% from 255) = 31.11%

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

R = 30.4%
G = 31.11%
B = 38.49%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADB1DB (or 0xADB1DB) is known color: Perano. HEX triplet: AD, B1 and DB. RGB value is (173,177,219). Sum of RGB (Red+Green+Blue) = 173+177+219=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1DB is #524E24. Grayscale: #B4B4B4. Windows color (decimal): -5393957 or 14397869. OLE color: 14397869.

HSL color Cylindrical-coordinate representation of color #ADB1DB: hue angle of 234.78º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB1DB is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 177 219 -
CMYK 0.21 0.19 0 0.14
HSL 234.78º 0.39% 0.77% -
HSV(B) 234.78º 0.21% 0.86% -
XYZ 45.74 45.44 73.38 -
YUV 180.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 173 177 219 0.21 0.19 0 0.14 234.78 0.39 0.77
Hex AD B1 DB 15 13 0 E EB 27 4D
Octal 255 261 333 25 23 0 16 353 47 115
Binary 10101101 10110001 11011011 10101 10011 0 1110 11101011 100111 1001101

Color Harmonies of #ADB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1DB

Black with #ADB1DB

Text Example


Text Example

White with #ADB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1DB; }

 p { color: rgb(173,177,219); }

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

background-color css

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

 a { background-color: rgb(173,177,219); }

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

border-color css

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

 span { border-color: rgb(173,177,219); }

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