Html Css Color HEX #ADB9F9 Perano

📋 copy color: '#ADB9F9'

red 173 ◦ green 185 ◦ blue 249

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

Shades of Perano #ADB9F9

Tints of Perano #ADB9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.02%

R = 28.5%
G = 30.48%
B = 41.02%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADB9F9 (or 0xADB9F9) is known color: Perano. HEX triplet: AD, B9 and F9. RGB value is (173,185,249). Sum of RGB (Red+Green+Blue) = 173+185+249=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADB9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9F9 is #524606. Grayscale: #BCBCBC. Windows color (decimal): -5391879 or 16365997. OLE color: 16365997.

HSL color Cylindrical-coordinate representation of color #ADB9F9: hue angle of 230.53º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB9F9 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 185 249 -
CMYK 0.31 0.26 0 0.02
HSL 230.53º 0.86% 0.83% -
HSV(B) 230.53º 0.31% 0.98% -
XYZ 51.68 50.42 96.63 -
YUV 188.71 162.02 116.8 -
System Red Green Blue C M Y K H S L
Decimal 173 185 249 0.31 0.26 0 0.02 230.53 0.86 0.83
Hex AD B9 F9 1F 1A 0 2 E7 56 53
Octal 255 271 371 37 32 0 2 347 126 123
Binary 10101101 10111001 11111001 11111 11010 0 10 11100111 1010110 1010011

Color Harmonies of #ADB9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9F9

Black with #ADB9F9

Text Example


Text Example

White with #ADB9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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