Html Css Color HEX #ADB0EA Perano

📋 copy color: '#ADB0EA'

red 173 ◦ green 176 ◦ blue 234

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

Shades of Perano #ADB0EA

Tints of Perano #ADB0EA

RGB

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

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

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

R = 29.67%
G = 30.19%
B = 40.14%

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

#ADB0EA (or 0xADB0EA) is known color: Perano. HEX triplet: AD, B0 and EA. RGB value is (173,176,234). Sum of RGB (Red+Green+Blue) = 173+176+234=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADB0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0EA is #524F15. Grayscale: #B5B5B5. Windows color (decimal): -5394198 or 15380653. OLE color: 15380653.

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

Color convert

RGB 173 176 234 -
CMYK 0.26 0.25 0 0.08
HSL 237.05º 0.59% 0.8% -
HSV(B) 237.05º 0.26% 0.92% -
XYZ 47.61 45.88 84.19 -
YUV 181.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 173 176 234 0.26 0.25 0 0.08 237.05 0.59 0.8
Hex AD B0 EA 1A 19 0 8 ED 3B 50
Octal 255 260 352 32 31 0 10 355 73 120
Binary 10101101 10110000 11101010 11010 11001 0 1000 11101101 111011 1010000

Color Harmonies of #ADB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0EA

Black with #ADB0EA

Text Example


Text Example

White with #ADB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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