Html Css Color HEX #ADBAF0 Perano

📋 copy color: '#ADBAF0'

red 173 ◦ green 186 ◦ blue 240

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

Shades of Perano #ADBAF0

Tints of Perano #ADBAF0

RGB

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

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

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

R = 28.88%
G = 31.05%
B = 40.07%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADBAF0 (or 0xADBAF0) is known color: Perano. HEX triplet: AD, BA and F0. RGB value is (173,186,240). Sum of RGB (Red+Green+Blue) = 173+186+240=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADBAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAF0 is #52450F. Grayscale: #BCBCBC. Windows color (decimal): -5391632 or 15776429. OLE color: 15776429.

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

Color convert

RGB 173 186 240 -
CMYK 0.28 0.22 0 0.06
HSL 228.36º 0.69% 0.81% -
HSV(B) 228.36º 0.28% 0.94% -
XYZ 50.52 50.29 89.48 -
YUV 188.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 173 186 240 0.28 0.22 0 0.06 228.36 0.69 0.81
Hex AD BA F0 1C 16 0 6 E4 45 51
Octal 255 272 360 34 26 0 6 344 105 121
Binary 10101101 10111010 11110000 11100 10110 0 110 11100100 1000101 1010001

Color Harmonies of #ADBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAF0

Black with #ADBAF0

Text Example


Text Example

White with #ADBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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