Html Css Color HEX #ADB0DB Perano

📋 copy color: '#ADB0DB'

red 173 ◦ green 176 ◦ blue 219

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

Shades of Perano #ADB0DB

Tints of Perano #ADB0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.99%

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

R = 30.46%
G = 30.99%
B = 38.56%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADB0DB (or 0xADB0DB) is known color: Perano. HEX triplet: AD, B0 and DB. RGB value is (173,176,219). Sum of RGB (Red+Green+Blue) = 173+176+219=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0DB is #524F24. Grayscale: #B3B3B3. Windows color (decimal): -5394213 or 14397613. OLE color: 14397613.

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

Color convert

RGB 173 176 219 -
CMYK 0.21 0.20 0 0.14
HSL 236.09º 0.39% 0.77% -
HSV(B) 236.09º 0.21% 0.86% -
XYZ 45.55 45.05 73.31 -
YUV 180.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 173 176 219 0.21 0.20 0 0.14 236.09 0.39 0.77
Hex AD B0 DB 15 14 0 E EC 27 4D
Octal 255 260 333 25 24 0 16 354 47 115
Binary 10101101 10110000 11011011 10101 10100 0 1110 11101100 100111 1001101

Color Harmonies of #ADB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0DB

Black with #ADB0DB

Text Example


Text Example

White with #ADB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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