Html Css Color HEX #ADB3F0 Perano

📋 copy color: '#ADB3F0'

red 173 ◦ green 179 ◦ blue 240

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

Shades of Perano #ADB3F0

Tints of Perano #ADB3F0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.24%

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

R = 29.22%
G = 30.24%
B = 40.54%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADB3F0 (or 0xADB3F0) is known color: Perano. HEX triplet: AD, B3 and F0. RGB value is (173,179,240). Sum of RGB (Red+Green+Blue) = 173+179+240=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADB3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3F0 is #524C0F. Grayscale: #B7B7B7. Windows color (decimal): -5393424 or 15774637. OLE color: 15774637.

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

Color convert

RGB 173 179 240 -
CMYK 0.28 0.25 0 0.06
HSL 234.63º 0.69% 0.81% -
HSV(B) 234.63º 0.28% 0.94% -
XYZ 49.08 47.42 89 -
YUV 184.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 173 179 240 0.28 0.25 0 0.06 234.63 0.69 0.81
Hex AD B3 F0 1C 19 0 6 EB 45 51
Octal 255 263 360 34 31 0 6 353 105 121
Binary 10101101 10110011 11110000 11100 11001 0 110 11101011 1000101 1010001

Color Harmonies of #ADB3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3F0

Black with #ADB3F0

Text Example


Text Example

White with #ADB3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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