Html Css Color HEX #ADB4FE Perano

📋 copy color: '#ADB4FE'

red 173 ◦ green 180 ◦ blue 254

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

Shades of Perano #ADB4FE

Tints of Perano #ADB4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.85%

R = 28.5%
G = 29.65%
B = 41.85%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADB4FE (or 0xADB4FE) is known color: Perano. HEX triplet: AD, B4 and FE. RGB value is (173,180,254). Sum of RGB (Red+Green+Blue) = 173+180+254=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADB4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4FE is #524B01. Grayscale: #BABABA. Windows color (decimal): -5393154 or 16692397. OLE color: 16692397.

HSL color Cylindrical-coordinate representation of color #ADB4FE: hue angle of 234.81º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB4FE is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 180 254 -
CMYK 0.32 0.29 0 0.00
HSL 234.81º 0.98% 0.84% -
HSV(B) 234.81º 0.32% 1% -
XYZ 51.44 48.68 100.45 -
YUV 186.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 173 180 254 0.32 0.29 0 0.00 234.81 0.98 0.84
Hex AD B4 FE 20 1D 0 0 EB 62 54
Octal 255 264 376 40 35 0 0 353 142 124
Binary 10101101 10110100 11111110 100000 11101 0 0 11101011 1100010 1010100

Color Harmonies of #ADB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4FE

Black with #ADB4FE

Text Example


Text Example

White with #ADB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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