Html Css Color HEX #ADB0EB Perano

📋 copy color: '#ADB0EB'

red 173 ◦ green 176 ◦ blue 235

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

Shades of Perano #ADB0EB

Tints of Perano #ADB0EB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.14%

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

R = 29.62%
G = 30.14%
B = 40.24%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADB0EB (or 0xADB0EB) is known color: Perano. HEX triplet: AD, B0 and EB. RGB value is (173,176,235). Sum of RGB (Red+Green+Blue) = 173+176+235=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADB0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0EB is #524F14. Grayscale: #B5B5B5. Windows color (decimal): -5394197 or 15446189. OLE color: 15446189.

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

Color convert

RGB 173 176 235 -
CMYK 0.26 0.25 0 0.08
HSL 237.1º 0.61% 0.8% -
HSV(B) 237.1º 0.26% 0.92% -
XYZ 47.75 45.93 84.95 -
YUV 181.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 173 176 235 0.26 0.25 0 0.08 237.1 0.61 0.8
Hex AD B0 EB 1A 19 0 8 ED 3D 50
Octal 255 260 353 32 31 0 10 355 75 120
Binary 10101101 10110000 11101011 11010 11001 0 1000 11101101 111101 1010000

Color Harmonies of #ADB0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0EB

Black with #ADB0EB

Text Example


Text Example

White with #ADB0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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