Html Css Color HEX #ADB9F6 Perano

📋 copy color: '#ADB9F6'

red 173 ◦ green 185 ◦ blue 246

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

Shades of Perano #ADB9F6

Tints of Perano #ADB9F6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.63%

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

R = 28.64%
G = 30.63%
B = 40.73%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADB9F6 (or 0xADB9F6) is known color: Perano. HEX triplet: AD, B9 and F6. RGB value is (173,185,246). Sum of RGB (Red+Green+Blue) = 173+185+246=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADB9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9F6 is #524609. Grayscale: #BCBCBC. Windows color (decimal): -5391882 or 16169389. OLE color: 16169389.

HSL color Cylindrical-coordinate representation of color #ADB9F6: hue angle of 230.14º 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 #ADB9F6 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 185 246 -
CMYK 0.30 0.25 0 0.04
HSL 230.14º 0.8% 0.82% -
HSV(B) 230.14º 0.3% 0.96% -
XYZ 51.22 50.24 94.19 -
YUV 188.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 173 185 246 0.30 0.25 0 0.04 230.14 0.8 0.82
Hex AD B9 F6 1E 19 0 4 E6 50 52
Octal 255 271 366 36 31 0 4 346 120 122
Binary 10101101 10111001 11110110 11110 11001 0 100 11100110 1010000 1010010

Color Harmonies of #ADB9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9F6

Black with #ADB9F6

Text Example


Text Example

White with #ADB9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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