Html Css Color HEX #ADB4F1 Perano

📋 copy color: '#ADB4F1'

red 173 ◦ green 180 ◦ blue 241

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

Shades of Perano #ADB4F1

Tints of Perano #ADB4F1

RGB

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

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

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

R = 29.12%
G = 30.3%
B = 40.57%

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

#ADB4F1 (or 0xADB4F1) is known color: Perano. HEX triplet: AD, B4 and F1. RGB value is (173,180,241). Sum of RGB (Red+Green+Blue) = 173+180+241=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADB4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4F1 is #524B0E. Grayscale: #B8B8B8. Windows color (decimal): -5393167 or 15840429. OLE color: 15840429.

HSL color Cylindrical-coordinate representation of color #ADB4F1: hue angle of 233.82º 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 #ADB4F1 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 180 241 -
CMYK 0.28 0.25 0 0.05
HSL 233.82º 0.71% 0.81% -
HSV(B) 233.82º 0.28% 0.95% -
XYZ 49.43 47.88 89.86 -
YUV 184.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 173 180 241 0.28 0.25 0 0.05 233.82 0.71 0.81
Hex AD B4 F1 1C 19 0 5 EA 47 51
Octal 255 264 361 34 31 0 5 352 107 121
Binary 10101101 10110100 11110001 11100 11001 0 101 11101010 1000111 1010001

Color Harmonies of #ADB4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4F1

Black with #ADB4F1

Text Example


Text Example

White with #ADB4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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