Html Css Color HEX #ADB9E9 Perano

📋 copy color: '#ADB9E9'

red 173 ◦ green 185 ◦ blue 233

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

Shades of Perano #ADB9E9

Tints of Perano #ADB9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.42%

R = 29.27%
G = 31.3%
B = 39.42%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADB9E9 (or 0xADB9E9) is known color: Perano. HEX triplet: AD, B9 and E9. RGB value is (173,185,233). Sum of RGB (Red+Green+Blue) = 173+185+233=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADB9E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9E9 is #524616. Grayscale: #BABABA. Windows color (decimal): -5391895 or 15317421. OLE color: 15317421.

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

Color convert

RGB 173 185 233 -
CMYK 0.26 0.21 0 0.09
HSL 228º 0.58% 0.8% -
HSV(B) 228º 0.26% 0.91% -
XYZ 49.29 49.47 84.04 -
YUV 186.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 173 185 233 0.26 0.21 0 0.09 228 0.58 0.8
Hex AD B9 E9 1A 15 0 9 E4 3A 50
Octal 255 271 351 32 25 0 11 344 72 120
Binary 10101101 10111001 11101001 11010 10101 0 1001 11100100 111010 1010000

Color Harmonies of #ADB9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9E9

Black with #ADB9E9

Text Example


Text Example

White with #ADB9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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