Html Css Color HEX #ADB0FE Perano

📋 copy color: '#ADB0FE'

red 173 ◦ green 176 ◦ blue 254

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

Shades of Perano #ADB0FE

Tints of Perano #ADB0FE

RGB

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

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

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

R = 28.69%
G = 29.19%
B = 42.12%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADB0FE (or 0xADB0FE) is known color: Perano. HEX triplet: AD, B0 and FE. RGB value is (173,176,254). Sum of RGB (Red+Green+Blue) = 173+176+254=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADB0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0FE is #524F01. Grayscale: #B7B7B7. Windows color (decimal): -5394178 or 16691373. OLE color: 16691373.

HSL color Cylindrical-coordinate representation of color #ADB0FE: hue angle of 237.78º 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 #ADB0FE is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 176 254 -
CMYK 0.32 0.31 0 0.00
HSL 237.78º 0.98% 0.84% -
HSV(B) 237.78º 0.32% 1% -
XYZ 50.65 47.09 100.19 -
YUV 184 167.51 120.16 -
System Red Green Blue C M Y K H S L
Decimal 173 176 254 0.32 0.31 0 0.00 237.78 0.98 0.84
Hex AD B0 FE 20 1F 0 0 EE 62 54
Octal 255 260 376 40 37 0 0 356 142 124
Binary 10101101 10110000 11111110 100000 11111 0 0 11101110 1100010 1010100

Color Harmonies of #ADB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0FE

Black with #ADB0FE

Text Example


Text Example

White with #ADB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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