Html Css Color HEX #ADB7FA Perano

📋 copy color: '#ADB7FA'

red 173 ◦ green 183 ◦ blue 250

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

Shades of Perano #ADB7FA

Tints of Perano #ADB7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.2%

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 28.55%
G = 30.2%
B = 41.25%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADB7FA (or 0xADB7FA) is known color: Perano. HEX triplet: AD, B7 and FA. RGB value is (173,183,250). Sum of RGB (Red+Green+Blue) = 173+183+250=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7FA is #524805. Grayscale: #BBBBBB. Windows color (decimal): -5392390 or 16431021. OLE color: 16431021.

HSL color Cylindrical-coordinate representation of color #ADB7FA: hue angle of 232.21º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB7FA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 183 250 -
CMYK 0.31 0.27 0 0.02
HSL 232.21º 0.89% 0.83% -
HSV(B) 232.21º 0.31% 0.98% -
XYZ 51.42 49.65 97.32 -
YUV 187.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 173 183 250 0.31 0.27 0 0.02 232.21 0.89 0.83
Hex AD B7 FA 1F 1B 0 2 E8 59 53
Octal 255 267 372 37 33 0 2 350 131 123
Binary 10101101 10110111 11111010 11111 11011 0 10 11101000 1011001 1010011

Color Harmonies of #ADB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7FA

Black with #ADB7FA

Text Example


Text Example

White with #ADB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7FA; }

 p { color: rgb(173,183,250); }

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

background-color css

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

 a { background-color: rgb(173,183,250); }

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

border-color css

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

 span { border-color: rgb(173,183,250); }

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