Html Css Color HEX #ADB4EB Perano

📋 copy color: '#ADB4EB'

red 173 ◦ green 180 ◦ blue 235

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

Shades of Perano #ADB4EB

Tints of Perano #ADB4EB

RGB

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

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

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

R = 29.42%
G = 30.61%
B = 39.97%

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

#ADB4EB (or 0xADB4EB) is known color: Perano. HEX triplet: AD, B4 and EB. RGB value is (173,180,235). Sum of RGB (Red+Green+Blue) = 173+180+235=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADB4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4EB is #524B14. Grayscale: #B7B7B7. Windows color (decimal): -5393173 or 15447213. OLE color: 15447213.

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

Color convert

RGB 173 180 235 -
CMYK 0.26 0.23 0 0.08
HSL 233.23º 0.61% 0.8% -
HSV(B) 233.23º 0.26% 0.92% -
XYZ 48.55 47.52 85.21 -
YUV 184.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 173 180 235 0.26 0.23 0 0.08 233.23 0.61 0.8
Hex AD B4 EB 1A 17 0 8 E9 3D 50
Octal 255 264 353 32 27 0 10 351 75 120
Binary 10101101 10110100 11101011 11010 10111 0 1000 11101001 111101 1010000

Color Harmonies of #ADB4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4EB

Black with #ADB4EB

Text Example


Text Example

White with #ADB4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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