Html Css Color HEX #ADB9F7 Perano

📋 copy color: '#ADB9F7'

red 173 ◦ green 185 ◦ blue 247

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

Shades of Perano #ADB9F7

Tints of Perano #ADB9F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.83%

R = 28.6%
G = 30.58%
B = 40.83%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADB9F7 (or 0xADB9F7) is known color: Perano. HEX triplet: AD, B9 and F7. RGB value is (173,185,247). Sum of RGB (Red+Green+Blue) = 173+185+247=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADB9F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9F7 is #524608. Grayscale: #BCBCBC. Windows color (decimal): -5391881 or 16234925. OLE color: 16234925.

HSL color Cylindrical-coordinate representation of color #ADB9F7: hue angle of 230.27º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB9F7 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 185 247 -
CMYK 0.30 0.25 0 0.03
HSL 230.27º 0.82% 0.82% -
HSV(B) 230.27º 0.3% 0.97% -
XYZ 51.37 50.3 95 -
YUV 188.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 173 185 247 0.30 0.25 0 0.03 230.27 0.82 0.82
Hex AD B9 F7 1E 19 0 3 E6 52 52
Octal 255 271 367 36 31 0 3 346 122 122
Binary 10101101 10111001 11110111 11110 11001 0 11 11100110 1010010 1010010

Color Harmonies of #ADB9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9F7

Black with #ADB9F7

Text Example


Text Example

White with #ADB9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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