Html Css Color HEX #ADB1F0 Perano

📋 copy color: '#ADB1F0'

red 173 ◦ green 177 ◦ blue 240

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

Shades of Perano #ADB1F0

Tints of Perano #ADB1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.68%

R = 29.32%
G = 30%
B = 40.68%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADB1F0 (or 0xADB1F0) is known color: Perano. HEX triplet: AD, B1 and F0. RGB value is (173,177,240). Sum of RGB (Red+Green+Blue) = 173+177+240=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADB1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1F0 is #524E0F. Grayscale: #B6B6B6. Windows color (decimal): -5393936 or 15774125. OLE color: 15774125.

HSL color Cylindrical-coordinate representation of color #ADB1F0: hue angle of 236.42º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB1F0 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 177 240 -
CMYK 0.28 0.26 0 0.06
HSL 236.42º 0.69% 0.81% -
HSV(B) 236.42º 0.28% 0.94% -
XYZ 48.68 46.62 88.87 -
YUV 182.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 173 177 240 0.28 0.26 0 0.06 236.42 0.69 0.81
Hex AD B1 F0 1C 1A 0 6 EC 45 51
Octal 255 261 360 34 32 0 6 354 105 121
Binary 10101101 10110001 11110000 11100 11010 0 110 11101100 1000101 1010001

Color Harmonies of #ADB1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1F0

Black with #ADB1F0

Text Example


Text Example

White with #ADB1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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