Html Css Color HEX #ADB3F6 Perano

📋 copy color: '#ADB3F6'

red 173 ◦ green 179 ◦ blue 246

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

Shades of Perano #ADB3F6

Tints of Perano #ADB3F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.14%

R = 28.93%
G = 29.93%
B = 41.14%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADB3F6 (or 0xADB3F6) is known color: Perano. HEX triplet: AD, B3 and F6. RGB value is (173,179,246). Sum of RGB (Red+Green+Blue) = 173+179+246=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADB3F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3F6 is #524C09. Grayscale: #B8B8B8. Windows color (decimal): -5393418 or 16167853. OLE color: 16167853.

HSL color Cylindrical-coordinate representation of color #ADB3F6: hue angle of 235.07º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB3F6 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 179 246 -
CMYK 0.30 0.27 0 0.04
HSL 235.07º 0.8% 0.82% -
HSV(B) 235.07º 0.3% 0.96% -
XYZ 49.99 47.78 93.78 -
YUV 184.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 173 179 246 0.30 0.27 0 0.04 235.07 0.8 0.82
Hex AD B3 F6 1E 1B 0 4 EB 50 52
Octal 255 263 366 36 33 0 4 353 120 122
Binary 10101101 10110011 11110110 11110 11011 0 100 11101011 1010000 1010010

Color Harmonies of #ADB3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3F6

Black with #ADB3F6

Text Example


Text Example

White with #ADB3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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