Html Css Color HEX #ADB9EB Perano

📋 copy color: '#ADB9EB'

red 173 ◦ green 185 ◦ blue 235

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

Shades of Perano #ADB9EB

Tints of Perano #ADB9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 29.17%
G = 31.2%
B = 39.63%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADB9EB (or 0xADB9EB) is known color: Perano. HEX triplet: AD, B9 and EB. RGB value is (173,185,235). Sum of RGB (Red+Green+Blue) = 173+185+235=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9EB is #524614. Grayscale: #BABABA. Windows color (decimal): -5391893 or 15448493. OLE color: 15448493.

HSL color Cylindrical-coordinate representation of color #ADB9EB: hue angle of 228.39º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB9EB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 185 235 -
CMYK 0.26 0.21 0 0.08
HSL 228.39º 0.61% 0.8% -
HSV(B) 228.39º 0.26% 0.92% -
XYZ 49.58 49.58 85.55 -
YUV 187.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 173 185 235 0.26 0.21 0 0.08 228.39 0.61 0.8
Hex AD B9 EB 1A 15 0 8 E4 3D 50
Octal 255 271 353 32 25 0 10 344 75 120
Binary 10101101 10111001 11101011 11010 10101 0 1000 11100100 111101 1010000

Color Harmonies of #ADB9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9EB

Black with #ADB9EB

Text Example


Text Example

White with #ADB9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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