Html Css Color HEX #ADB6FF Perano

📋 copy color: '#ADB6FF'

red 173 ◦ green 182 ◦ blue 255

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

Shades of Perano #ADB6FF

Tints of Perano #ADB6FF

RGB

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

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

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

R = 28.36%
G = 29.84%
B = 41.8%

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

#ADB6FF (or 0xADB6FF) is known color: Perano. HEX triplet: AD, B6 and FF. RGB value is (173,182,255). Sum of RGB (Red+Green+Blue) = 173+182+255=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6FF is #524900. Grayscale: #BBBBBB. Windows color (decimal): -5392641 or 16758445. OLE color: 16758445.

HSL color Cylindrical-coordinate representation of color #ADB6FF: hue angle of 233.41º 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 #ADB6FF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 182 255 -
CMYK 0.32 0.29 0 0
HSL 233.41º 1% 0.84% -
HSV(B) 233.41º 0.32% 1% -
XYZ 52.01 49.56 101.43 -
YUV 187.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 173 182 255 0.32 0.29 0 0 233.41 1 0.84
Hex AD B6 FF 20 1D 0 0 E9 64 54
Octal 255 266 377 40 35 0 0 351 144 124
Binary 10101101 10110110 11111111 100000 11101 0 0 11101001 1100100 1010100

Color Harmonies of #ADB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6FF

Black with #ADB6FF

Text Example


Text Example

White with #ADB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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