Html Css Color HEX #ADB9EA Perano

📋 copy color: '#ADB9EA'

red 173 ◦ green 185 ◦ blue 234

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

Shades of Perano #ADB9EA

Tints of Perano #ADB9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.53%

R = 29.22%
G = 31.25%
B = 39.53%

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

#ADB9EA (or 0xADB9EA) is known color: Perano. HEX triplet: AD, B9 and EA. RGB value is (173,185,234). Sum of RGB (Red+Green+Blue) = 173+185+234=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADB9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9EA is #524615. Grayscale: #BABABA. Windows color (decimal): -5391894 or 15382957. OLE color: 15382957.

HSL color Cylindrical-coordinate representation of color #ADB9EA: hue angle of 228.2º degrees, saturation: 0.59, 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 #ADB9EA is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 185 234 -
CMYK 0.26 0.21 0 0.08
HSL 228.2º 0.59% 0.8% -
HSV(B) 228.2º 0.26% 0.92% -
XYZ 49.43 49.52 84.8 -
YUV 187 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 173 185 234 0.26 0.21 0 0.08 228.2 0.59 0.8
Hex AD B9 EA 1A 15 0 8 E4 3B 50
Octal 255 271 352 32 25 0 10 344 73 120
Binary 10101101 10111001 11101010 11010 10101 0 1000 11100100 111011 1010000

Color Harmonies of #ADB9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9EA

Black with #ADB9EA

Text Example


Text Example

White with #ADB9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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