Html Css Color HEX #ADB1DE Perano

📋 copy color: '#ADB1DE'

red 173 ◦ green 177 ◦ blue 222

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

Shades of Perano #ADB1DE

Tints of Perano #ADB1DE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.94%

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 30.24%
G = 30.94%
B = 38.81%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADB1DE (or 0xADB1DE) is known color: Perano. HEX triplet: AD, B1 and DE. RGB value is (173,177,222). Sum of RGB (Red+Green+Blue) = 173+177+222=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADB1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1DE is #524E21. Grayscale: #B4B4B4. Windows color (decimal): -5393954 or 14594477. OLE color: 14594477.

HSL color Cylindrical-coordinate representation of color #ADB1DE: hue angle of 235.1º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB1DE is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 177 222 -
CMYK 0.22 0.20 0 0.13
HSL 235.1º 0.43% 0.77% -
HSV(B) 235.1º 0.22% 0.87% -
XYZ 46.14 45.6 75.48 -
YUV 180.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 173 177 222 0.22 0.20 0 0.13 235.1 0.43 0.77
Hex AD B1 DE 16 14 0 D EB 2B 4D
Octal 255 261 336 26 24 0 15 353 53 115
Binary 10101101 10110001 11011110 10110 10100 0 1101 11101011 101011 1001101

Color Harmonies of #ADB1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1DE

Black with #ADB1DE

Text Example


Text Example

White with #ADB1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1DE; }

 p { color: rgb(173,177,222); }

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

background-color css

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

 a { background-color: rgb(173,177,222); }

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

border-color css

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

 span { border-color: rgb(173,177,222); }

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