Html Css Color HEX #ADB3DA Perano

📋 copy color: '#ADB3DA'

red 173 ◦ green 179 ◦ blue 218

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

Shades of Perano #ADB3DA

Tints of Perano #ADB3DA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.4%

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

R = 30.35%
G = 31.4%
B = 38.25%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADB3DA (or 0xADB3DA) is known color: Perano. HEX triplet: AD, B3 and DA. RGB value is (173,179,218). Sum of RGB (Red+Green+Blue) = 173+179+218=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADB3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3DA is #524C25. Grayscale: #B5B5B5. Windows color (decimal): -5393446 or 14332845. OLE color: 14332845.

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

Color convert

RGB 173 179 218 -
CMYK 0.21 0.18 0 0.15
HSL 232º 0.38% 0.77% -
HSV(B) 232º 0.21% 0.85% -
XYZ 46.01 46.19 72.82 -
YUV 181.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 173 179 218 0.21 0.18 0 0.15 232 0.38 0.77
Hex AD B3 DA 15 12 0 F E8 26 4D
Octal 255 263 332 25 22 0 17 350 46 115
Binary 10101101 10110011 11011010 10101 10010 0 1111 11101000 100110 1001101

Color Harmonies of #ADB3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3DA

Black with #ADB3DA

Text Example


Text Example

White with #ADB3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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