Html Css Color HEX #ADB6DA Perano

📋 copy color: '#ADB6DA'

red 173 ◦ green 182 ◦ blue 218

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

Shades of Perano #ADB6DA

Tints of Perano #ADB6DA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.76%

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 30.19%
G = 31.76%
B = 38.05%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADB6DA (or 0xADB6DA) is known color: Perano. HEX triplet: AD, B6 and DA. RGB value is (173,182,218). Sum of RGB (Red+Green+Blue) = 173+182+218=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADB6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6DA is #524925. Grayscale: #B7B7B7. Windows color (decimal): -5392678 or 14333613. OLE color: 14333613.

HSL color Cylindrical-coordinate representation of color #ADB6DA: hue angle of 228º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB6DA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 182 218 -
CMYK 0.21 0.17 0 0.15
HSL 228º 0.38% 0.77% -
HSV(B) 228º 0.21% 0.85% -
XYZ 46.62 47.4 73.02 -
YUV 183.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 173 182 218 0.21 0.17 0 0.15 228 0.38 0.77
Hex AD B6 DA 15 11 0 F E4 26 4D
Octal 255 266 332 25 21 0 17 344 46 115
Binary 10101101 10110110 11011010 10101 10001 0 1111 11100100 100110 1001101

Color Harmonies of #ADB6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6DA

Black with #ADB6DA

Text Example


Text Example

White with #ADB6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6DA; }

 p { color: rgb(173,182,218); }

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

background-color css

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

 a { background-color: rgb(173,182,218); }

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

border-color css

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

 span { border-color: rgb(173,182,218); }

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