Html Css Color HEX #ADB1DA Perano

📋 copy color: '#ADB1DA'

red 173 ◦ green 177 ◦ blue 218

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

Shades of Perano #ADB1DA

Tints of Perano #ADB1DA

RGB

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

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

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

R = 30.46%
G = 31.16%
B = 38.38%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADB1DA (or 0xADB1DA) is known color: Perano. HEX triplet: AD, B1 and DA. RGB value is (173,177,218). Sum of RGB (Red+Green+Blue) = 173+177+218=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADB1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1DA is #524E25. Grayscale: #B4B4B4. Windows color (decimal): -5393958 or 14332333. OLE color: 14332333.

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

Color convert

RGB 173 177 218 -
CMYK 0.21 0.19 0 0.15
HSL 234.67º 0.38% 0.77% -
HSV(B) 234.67º 0.21% 0.85% -
XYZ 45.61 45.39 72.69 -
YUV 180.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 173 177 218 0.21 0.19 0 0.15 234.67 0.38 0.77
Hex AD B1 DA 15 13 0 F EB 26 4D
Octal 255 261 332 25 23 0 17 353 46 115
Binary 10101101 10110001 11011010 10101 10011 0 1111 11101011 100110 1001101

Color Harmonies of #ADB1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1DA

Black with #ADB1DA

Text Example


Text Example

White with #ADB1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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