Html Css Color HEX #ADB5E9 Perano

📋 copy color: '#ADB5E9'

red 173 ◦ green 181 ◦ blue 233

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

Shades of Perano #ADB5E9

Tints of Perano #ADB5E9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.83%

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

R = 29.47%
G = 30.83%
B = 39.69%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADB5E9 (or 0xADB5E9) is known color: Perano. HEX triplet: AD, B5 and E9. RGB value is (173,181,233). Sum of RGB (Red+Green+Blue) = 173+181+233=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADB5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5E9 is #524A16. Grayscale: #B8B8B8. Windows color (decimal): -5392919 or 15316397. OLE color: 15316397.

HSL color Cylindrical-coordinate representation of color #ADB5E9: hue angle of 232º 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 #ADB5E9 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 181 233 -
CMYK 0.26 0.22 0 0.09
HSL 232º 0.58% 0.8% -
HSV(B) 232º 0.26% 0.91% -
XYZ 48.47 47.82 83.77 -
YUV 184.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 173 181 233 0.26 0.22 0 0.09 232 0.58 0.8
Hex AD B5 E9 1A 16 0 9 E8 3A 50
Octal 255 265 351 32 26 0 11 350 72 120
Binary 10101101 10110101 11101001 11010 10110 0 1001 11101000 111010 1010000

Color Harmonies of #ADB5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5E9

Black with #ADB5E9

Text Example


Text Example

White with #ADB5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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