Html Css Color HEX #ADB5F1 Perano

📋 copy color: '#ADB5F1'

red 173 ◦ green 181 ◦ blue 241

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

Shades of Perano #ADB5F1

Tints of Perano #ADB5F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.5%

R = 29.08%
G = 30.42%
B = 40.5%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADB5F1 (or 0xADB5F1) is known color: Perano. HEX triplet: AD, B5 and F1. RGB value is (173,181,241). Sum of RGB (Red+Green+Blue) = 173+181+241=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADB5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5F1 is #524A0E. Grayscale: #B9B9B9. Windows color (decimal): -5392911 or 15840685. OLE color: 15840685.

HSL color Cylindrical-coordinate representation of color #ADB5F1: hue angle of 232.94º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB5F1 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 181 241 -
CMYK 0.28 0.25 0 0.05
HSL 232.94º 0.71% 0.81% -
HSV(B) 232.94º 0.28% 0.95% -
XYZ 49.63 48.28 89.92 -
YUV 185.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 173 181 241 0.28 0.25 0 0.05 232.94 0.71 0.81
Hex AD B5 F1 1C 19 0 5 E9 47 51
Octal 255 265 361 34 31 0 5 351 107 121
Binary 10101101 10110101 11110001 11100 11001 0 101 11101001 1000111 1010001

Color Harmonies of #ADB5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5F1

Black with #ADB5F1

Text Example


Text Example

White with #ADB5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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