Html Css Color HEX #ADB5EA Perano

📋 copy color: '#ADB5EA'

red 173 ◦ green 181 ◦ blue 234

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

Shades of Perano #ADB5EA

Tints of Perano #ADB5EA

RGB

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

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

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

R = 29.42%
G = 30.78%
B = 39.8%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADB5EA (or 0xADB5EA) is known color: Perano. HEX triplet: AD, B5 and EA. RGB value is (173,181,234). Sum of RGB (Red+Green+Blue) = 173+181+234=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADB5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5EA is #524A15. Grayscale: #B8B8B8. Windows color (decimal): -5392918 or 15381933. OLE color: 15381933.

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

Color convert

RGB 173 181 234 -
CMYK 0.26 0.23 0 0.08
HSL 232.13º 0.59% 0.8% -
HSV(B) 232.13º 0.26% 0.92% -
XYZ 48.61 47.87 84.52 -
YUV 184.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 173 181 234 0.26 0.23 0 0.08 232.13 0.59 0.8
Hex AD B5 EA 1A 17 0 8 E8 3B 50
Octal 255 265 352 32 27 0 10 350 73 120
Binary 10101101 10110101 11101010 11010 10111 0 1000 11101000 111011 1010000

Color Harmonies of #ADB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5EA

Black with #ADB5EA

Text Example


Text Example

White with #ADB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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