Html Css Color HEX #ADBEFE Perano

📋 copy color: '#ADBEFE'

red 173 ◦ green 190 ◦ blue 254

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

Shades of Perano #ADBEFE

Tints of Perano #ADBEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.79%

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 28.04%
G = 30.79%
B = 41.17%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADBEFE (or 0xADBEFE) is known color: Perano. HEX triplet: AD, BE and FE. RGB value is (173,190,254). Sum of RGB (Red+Green+Blue) = 173+190+254=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADBEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEFE is #524101. Grayscale: #BFBFBF. Windows color (decimal): -5390594 or 16694957. OLE color: 16694957.

HSL color Cylindrical-coordinate representation of color #ADBEFE: hue angle of 227.41º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBEFE is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 190 254 -
CMYK 0.32 0.25 0 0.00
HSL 227.41º 0.98% 0.84% -
HSV(B) 227.41º 0.32% 1% -
XYZ 53.54 52.87 101.15 -
YUV 192.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 173 190 254 0.32 0.25 0 0.00 227.41 0.98 0.84
Hex AD BE FE 20 19 0 0 E3 62 54
Octal 255 276 376 40 31 0 0 343 142 124
Binary 10101101 10111110 11111110 100000 11001 0 0 11100011 1100010 1010100

Color Harmonies of #ADBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBEFE

Black with #ADBEFE

Text Example


Text Example

White with #ADBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBEFE; }

 p { color: rgb(173,190,254); }

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

background-color css

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

 a { background-color: rgb(173,190,254); }

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

border-color css

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

 span { border-color: rgb(173,190,254); }

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