Html Css Color HEX #ADBAF8 Perano

📋 copy color: '#ADBAF8'

red 173 ◦ green 186 ◦ blue 248

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

Shades of Perano #ADBAF8

Tints of Perano #ADBAF8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.64%

 BLUE value IS 248 (97.27% from 255) = 40.86%

R = 28.5%
G = 30.64%
B = 40.86%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADBAF8 (or 0xADBAF8) is known color: Perano. HEX triplet: AD, BA and F8. RGB value is (173,186,248). Sum of RGB (Red+Green+Blue) = 173+186+248=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADBAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAF8 is #524507. Grayscale: #BCBCBC. Windows color (decimal): -5391624 or 16300717. OLE color: 16300717.

HSL color Cylindrical-coordinate representation of color #ADBAF8: hue angle of 229.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADBAF8 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 186 248 -
CMYK 0.30 0.25 0 0.03
HSL 229.6º 0.84% 0.83% -
HSV(B) 229.6º 0.3% 0.97% -
XYZ 51.74 50.78 95.88 -
YUV 189.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 173 186 248 0.30 0.25 0 0.03 229.6 0.84 0.83
Hex AD BA F8 1E 19 0 3 E6 54 53
Octal 255 272 370 36 31 0 3 346 124 123
Binary 10101101 10111010 11111000 11110 11001 0 11 11100110 1010100 1010011

Color Harmonies of #ADBAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAF8

Black with #ADBAF8

Text Example


Text Example

White with #ADBAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAF8; }

 p { color: rgb(173,186,248); }

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

background-color css

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

 a { background-color: rgb(173,186,248); }

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

border-color css

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

 span { border-color: rgb(173,186,248); }

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