Html Css Color HEX #ADB1F1 Perano

📋 copy color: '#ADB1F1'

red 173 ◦ green 177 ◦ blue 241

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

Shades of Perano #ADB1F1

Tints of Perano #ADB1F1

RGB

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

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

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

R = 29.27%
G = 29.95%
B = 40.78%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADB1F1 (or 0xADB1F1) is known color: Perano. HEX triplet: AD, B1 and F1. RGB value is (173,177,241). Sum of RGB (Red+Green+Blue) = 173+177+241=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADB1F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1F1 is #524E0E. Grayscale: #B6B6B6. Windows color (decimal): -5393935 or 15839661. OLE color: 15839661.

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

Color convert

RGB 173 177 241 -
CMYK 0.28 0.27 0 0.05
HSL 236.47º 0.71% 0.81% -
HSV(B) 236.47º 0.28% 0.95% -
XYZ 48.83 46.68 89.66 -
YUV 183.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 173 177 241 0.28 0.27 0 0.05 236.47 0.71 0.81
Hex AD B1 F1 1C 1B 0 5 EC 47 51
Octal 255 261 361 34 33 0 5 354 107 121
Binary 10101101 10110001 11110001 11100 11011 0 101 11101100 1000111 1010001

Color Harmonies of #ADB1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1F1

Black with #ADB1F1

Text Example


Text Example

White with #ADB1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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