Html Css Color HEX #ADB9EF Perano

📋 copy color: '#ADB9EF'

red 173 ◦ green 185 ◦ blue 239

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

Shades of Perano #ADB9EF

Tints of Perano #ADB9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 28.98%
G = 30.99%
B = 40.03%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADB9EF (or 0xADB9EF) is known color: Perano. HEX triplet: AD, B9 and EF. RGB value is (173,185,239). Sum of RGB (Red+Green+Blue) = 173+185+239=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADB9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9EF is #524610. Grayscale: #BBBBBB. Windows color (decimal): -5391889 or 15710637. OLE color: 15710637.

HSL color Cylindrical-coordinate representation of color #ADB9EF: hue angle of 229.09º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB9EF is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 185 239 -
CMYK 0.28 0.23 0 0.06
HSL 229.09º 0.67% 0.81% -
HSV(B) 229.09º 0.28% 0.94% -
XYZ 50.16 49.81 88.63 -
YUV 187.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 173 185 239 0.28 0.23 0 0.06 229.09 0.67 0.81
Hex AD B9 EF 1C 17 0 6 E5 43 51
Octal 255 271 357 34 27 0 6 345 103 121
Binary 10101101 10111001 11101111 11100 10111 0 110 11100101 1000011 1010001

Color Harmonies of #ADB9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9EF

Black with #ADB9EF

Text Example


Text Example

White with #ADB9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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