Html Css Color HEX #ADB4EA Perano

📋 copy color: '#ADB4EA'

red 173 ◦ green 180 ◦ blue 234

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

Shades of Perano #ADB4EA

Tints of Perano #ADB4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.66%

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

R = 29.47%
G = 30.66%
B = 39.86%

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

#ADB4EA (or 0xADB4EA) is known color: Perano. HEX triplet: AD, B4 and EA. RGB value is (173,180,234). Sum of RGB (Red+Green+Blue) = 173+180+234=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADB4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4EA is #524B15. Grayscale: #B7B7B7. Windows color (decimal): -5393174 or 15381677. OLE color: 15381677.

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

Color convert

RGB 173 180 234 -
CMYK 0.26 0.23 0 0.08
HSL 233.11º 0.59% 0.8% -
HSV(B) 233.11º 0.26% 0.92% -
XYZ 48.41 47.47 84.45 -
YUV 184.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 173 180 234 0.26 0.23 0 0.08 233.11 0.59 0.8
Hex AD B4 EA 1A 17 0 8 E9 3B 50
Octal 255 264 352 32 27 0 10 351 73 120
Binary 10101101 10110100 11101010 11010 10111 0 1000 11101001 111011 1010000

Color Harmonies of #ADB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4EA

Black with #ADB4EA

Text Example


Text Example

White with #ADB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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