Html Css Color HEX #ADB5FA Perano

📋 copy color: '#ADB5FA'

red 173 ◦ green 181 ◦ blue 250

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

Shades of Perano #ADB5FA

Tints of Perano #ADB5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.97%

 BLUE value IS 250 (98.05% from 255) = 41.39%

R = 28.64%
G = 29.97%
B = 41.39%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADB5FA (or 0xADB5FA) is known color: Perano. HEX triplet: AD, B5 and FA. RGB value is (173,181,250). Sum of RGB (Red+Green+Blue) = 173+181+250=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADB5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5FA is #524A05. Grayscale: #BABABA. Windows color (decimal): -5392902 or 16430509. OLE color: 16430509.

HSL color Cylindrical-coordinate representation of color #ADB5FA: hue angle of 233.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB5FA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 181 250 -
CMYK 0.31 0.28 0 0.02
HSL 233.77º 0.89% 0.83% -
HSV(B) 233.77º 0.31% 0.98% -
XYZ 51.01 48.83 97.18 -
YUV 186.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 173 181 250 0.31 0.28 0 0.02 233.77 0.89 0.83
Hex AD B5 FA 1F 1C 0 2 EA 59 53
Octal 255 265 372 37 34 0 2 352 131 123
Binary 10101101 10110101 11111010 11111 11100 0 10 11101010 1011001 1010011

Color Harmonies of #ADB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5FA

Black with #ADB5FA

Text Example


Text Example

White with #ADB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5FA; }

 p { color: rgb(173,181,250); }

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

background-color css

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

 a { background-color: rgb(173,181,250); }

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

border-color css

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

 span { border-color: rgb(173,181,250); }

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