Html Css Color HEX #ADB9EE Perano

📋 copy color: '#ADB9EE'

red 173 ◦ green 185 ◦ blue 238

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

Shades of Perano #ADB9EE

Tints of Perano #ADB9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.93%

R = 29.03%
G = 31.04%
B = 39.93%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADB9EE (or 0xADB9EE) is known color: Perano. HEX triplet: AD, B9 and EE. RGB value is (173,185,238). Sum of RGB (Red+Green+Blue) = 173+185+238=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9EE is #524611. Grayscale: #BBBBBB. Windows color (decimal): -5391890 or 15645101. OLE color: 15645101.

HSL color Cylindrical-coordinate representation of color #ADB9EE: hue angle of 228.92º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB9EE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 185 238 -
CMYK 0.27 0.22 0 0.07
HSL 228.92º 0.66% 0.81% -
HSV(B) 228.92º 0.27% 0.93% -
XYZ 50.02 49.76 87.86 -
YUV 187.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 173 185 238 0.27 0.22 0 0.07 228.92 0.66 0.81
Hex AD B9 EE 1B 16 0 7 E5 42 51
Octal 255 271 356 33 26 0 7 345 102 121
Binary 10101101 10111001 11101110 11011 10110 0 111 11100101 1000010 1010001

Color Harmonies of #ADB9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9EE

Black with #ADB9EE

Text Example


Text Example

White with #ADB9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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