Html Css Color HEX #ADB8DB Perano

📋 copy color: '#ADB8DB'

red 173 ◦ green 184 ◦ blue 219

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

Shades of Perano #ADB8DB

Tints of Perano #ADB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.94%

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

R = 30.03%
G = 31.94%
B = 38.02%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADB8DB (or 0xADB8DB) is known color: Perano. HEX triplet: AD, B8 and DB. RGB value is (173,184,219). Sum of RGB (Red+Green+Blue) = 173+184+219=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADB8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8DB is #524724. Grayscale: #B8B8B8. Windows color (decimal): -5392165 or 14399661. OLE color: 14399661.

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

Color convert

RGB 173 184 219 -
CMYK 0.21 0.16 0 0.14
HSL 225.65º 0.39% 0.77% -
HSV(B) 225.65º 0.21% 0.86% -
XYZ 47.16 48.28 73.85 -
YUV 184.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 173 184 219 0.21 0.16 0 0.14 225.65 0.39 0.77
Hex AD B8 DB 15 10 0 E E2 27 4D
Octal 255 270 333 25 20 0 16 342 47 115
Binary 10101101 10111000 11011011 10101 10000 0 1110 11100010 100111 1001101

Color Harmonies of #ADB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8DB

Black with #ADB8DB

Text Example


Text Example

White with #ADB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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