Html Css Color HEX #ADB8EA Perano

📋 copy color: '#ADB8EA'

red 173 ◦ green 184 ◦ blue 234

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

Shades of Perano #ADB8EA

Tints of Perano #ADB8EA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.13%

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

R = 29.27%
G = 31.13%
B = 39.59%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADB8EA (or 0xADB8EA) is known color: Perano. HEX triplet: AD, B8 and EA. RGB value is (173,184,234). Sum of RGB (Red+Green+Blue) = 173+184+234=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADB8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8EA is #524715. Grayscale: #BABABA. Windows color (decimal): -5392150 or 15382701. OLE color: 15382701.

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

Color convert

RGB 173 184 234 -
CMYK 0.26 0.21 0 0.08
HSL 229.18º 0.59% 0.8% -
HSV(B) 229.18º 0.26% 0.92% -
XYZ 49.23 49.11 84.73 -
YUV 186.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 173 184 234 0.26 0.21 0 0.08 229.18 0.59 0.8
Hex AD B8 EA 1A 15 0 8 E5 3B 50
Octal 255 270 352 32 25 0 10 345 73 120
Binary 10101101 10111000 11101010 11010 10101 0 1000 11100101 111011 1010000

Color Harmonies of #ADB8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8EA

Black with #ADB8EA

Text Example


Text Example

White with #ADB8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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