Html Css Color HEX #ADB5FF Perano

📋 copy color: '#ADB5FF'

red 173 ◦ green 181 ◦ blue 255

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

Shades of Perano #ADB5FF

Tints of Perano #ADB5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.72%

 BLUE value IS 255 (100% from 255) = 41.87%

R = 28.41%
G = 29.72%
B = 41.87%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADB5FF (or 0xADB5FF) is known color: Perano. HEX triplet: AD, B5 and FF. RGB value is (173,181,255). Sum of RGB (Red+Green+Blue) = 173+181+255=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5FF is #524A00. Grayscale: #BABABA. Windows color (decimal): -5392897 or 16758189. OLE color: 16758189.

HSL color Cylindrical-coordinate representation of color #ADB5FF: hue angle of 234.15º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB5FF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 181 255 -
CMYK 0.32 0.29 0 0
HSL 234.15º 1% 0.84% -
HSV(B) 234.15º 0.32% 1% -
XYZ 51.81 49.15 101.36 -
YUV 187.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 173 181 255 0.32 0.29 0 0 234.15 1 0.84
Hex AD B5 FF 20 1D 0 0 EA 64 54
Octal 255 265 377 40 35 0 0 352 144 124
Binary 10101101 10110101 11111111 100000 11101 0 0 11101010 1100100 1010100

Color Harmonies of #ADB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5FF

Black with #ADB5FF

Text Example


Text Example

White with #ADB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5FF; }

 p { color: rgb(173,181,255); }

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

background-color css

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

 a { background-color: rgb(173,181,255); }

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

border-color css

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

 span { border-color: rgb(173,181,255); }

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