Html Css Color HEX #ADB5EB Perano

📋 copy color: '#ADB5EB'

red 173 ◦ green 181 ◦ blue 235

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

Shades of Perano #ADB5EB

Tints of Perano #ADB5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.9%

R = 29.37%
G = 30.73%
B = 39.9%

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

#ADB5EB (or 0xADB5EB) is known color: Perano. HEX triplet: AD, B5 and EB. RGB value is (173,181,235). Sum of RGB (Red+Green+Blue) = 173+181+235=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADB5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5EB is #524A14. Grayscale: #B8B8B8. Windows color (decimal): -5392917 or 15447469. OLE color: 15447469.

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

Color convert

RGB 173 181 235 -
CMYK 0.26 0.23 0 0.08
HSL 232.26º 0.61% 0.8% -
HSV(B) 232.26º 0.26% 0.92% -
XYZ 48.75 47.93 85.28 -
YUV 184.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 173 181 235 0.26 0.23 0 0.08 232.26 0.61 0.8
Hex AD B5 EB 1A 17 0 8 E8 3D 50
Octal 255 265 353 32 27 0 10 350 75 120
Binary 10101101 10110101 11101011 11010 10111 0 1000 11101000 111101 1010000

Color Harmonies of #ADB5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5EB

Black with #ADB5EB

Text Example


Text Example

White with #ADB5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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